Interface BundledRenderUnitCapability
@ProviderType
public interface BundledRenderUnitCapability
A
BundledRenderUnitCapability
encapsulates the values of a Provided-Capability
, based on which BundledRenderUnit
s
are generated.-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Returns the resource type extended by this capability.@Nullable String
Returns the extension to which aBundledRenderUnit
described by this capability will be bound to.@Nullable String
Returns the request method to which aBundledRenderUnit
described by this capability will be bound to.@Nullable String
getPath()
Returns the path to which aBundledRenderUnit
described by this capability will be bound to.@NotNull Set<ResourceType>
Returns the resource types to which aBundledRenderUnit
described by this capability will be bound to.@Nullable String
Returns the script engine short name which can be used to evaluate theBundledRenderUnit
described by this capability.@Nullable String
Returns the original's script extension that was used to generate this capability.Returns the selectors to which aBundledRenderUnit
described by this capability will be bound to.
-
Method Details
-
getResourceTypes
Returns the resource types to which aBundledRenderUnit
described by this capability will be bound to.- Returns:
- the resource types to which a
BundledRenderUnit
described by this capability will be bound to
-
getPath
Returns the path to which aBundledRenderUnit
described by this capability will be bound to.- Returns:
- the path to which a
BundledRenderUnit
described by this capability will be bound to; this can benull
if thegetResourceTypes()
doesn't return an empty set
-
getSelectors
Returns the selectors to which aBundledRenderUnit
described by this capability will be bound to.- Returns:
- the selectors to which a
BundledRenderUnit
described by this capability will be bound to
-
getExtension
Returns the extension to which aBundledRenderUnit
described by this capability will be bound to.- Returns:
- the extension to which a
BundledRenderUnit
described by this capability will be bound to
-
getExtendedResourceType
Returns the resource type extended by this capability.- Returns:
- the extended resource type or
null
-
getMethod
Returns the request method to which aBundledRenderUnit
described by this capability will be bound to.- Returns:
- the request method to which a
BundledRenderUnit
described by this capability will be bound to
-
getScriptEngineName
Returns the script engine short name which can be used to evaluate theBundledRenderUnit
described by this capability.- Returns:
- the script engine short name which can be used to evaluate the
BundledRenderUnit
described by this capability.
-
getScriptExtension
Returns the original's script extension that was used to generate this capability.- Returns:
- the original's script extension that was used to generate this capability.
-