Class Requestable

java.lang.Object
com.atlassian.plugin.webresource.models.Requestable
Direct Known Subclasses:
WebResourceContextKey, WebResourceKey

public abstract class Requestable extends Object
Represents anything a developer can request or "require" directly to load on the frontend. Requestable items are unique addresses to locations within a running product where a set of resources can be located and served as content to the frontend.
  • Constructor Details

    • Requestable

      public Requestable(@Nonnull String key)
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getKey

      public String getKey()
    • toLooseType

      @Deprecated public String toLooseType()
      Deprecated.
      Used during refactoring to show where we lose our strong typing
      Returns:
      The requestable key.