Class ProvidedResourceTypeCapability
- java.lang.Object
-
- org.apache.sling.scriptingbundle.plugin.capability.ProvidedResourceTypeCapability
-
public class ProvidedResourceTypeCapability extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProvidedResourceTypeCapability.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProvidedResourceTypeCapability.Builderbuilder()booleanequals(Object obj)@Nullable StringgetExtendsResourceType()@Nullable StringgetRequestExtension()@Nullable StringgetRequestMethod()@NotNull Set<String>getResourceTypes()@Nullable StringgetScriptEngine()@Nullable StringgetScriptExtension()@NotNull List<String>getSelectors()@Nullable org.osgi.framework.VersiongetVersion()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static ProvidedResourceTypeCapability.Builder builder()
-
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()
-
-