java.lang.Object
org.apache.sling.scriptingbundle.plugin.capability.ProvidedResourceTypeCapability
public class ProvidedResourceTypeCapability
extends Object
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
@Nullable org.osgi.framework.Version
int
-
Method Details
-
-
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()
-
-
-