Class ProvidedResourceTypeCapability

java.lang.Object
org.apache.sling.scriptingbundle.plugin.capability.ProvidedResourceTypeCapability

public class ProvidedResourceTypeCapability extends Object
  • Method Details

    • builder

      public static ProvidedResourceTypeCapability.Builder builder()
    • getResourceTypes

      @NotNull public @NotNull Set<String> getResourceTypes()
    • getScriptEngine

      @Nullable public @Nullable String getScriptEngine()
    • getScriptExtension

      @Nullable public @Nullable String getScriptExtension()
    • getVersion

      @Nullable public @Nullable org.osgi.framework.Version getVersion()
    • getRequestExtension

      @Nullable public @Nullable String getRequestExtension()
    • getExtendsResourceType

      @Nullable public @Nullable String getExtendsResourceType()
    • getRequestMethod

      @Nullable public @Nullable String getRequestMethod()
    • getSelectors

      @NotNull public @NotNull List<String> getSelectors()
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object