Interface BundledRenderUnitCapability
@ProviderType
public interface BundledRenderUnitCapability
A
BundledRenderUnitCapability encapsulates the values of a Provided-Capability, based on which BundledRenderUnits
are generated.-
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the resource type extended by this capability.@Nullable StringReturns the extension to which aBundledRenderUnitdescribed by this capability will be bound to.@Nullable StringReturns the request method to which aBundledRenderUnitdescribed by this capability will be bound to.@Nullable StringgetPath()Returns the path to which aBundledRenderUnitdescribed by this capability will be bound to.@NotNull Set<ResourceType>Returns the resource types to which aBundledRenderUnitdescribed by this capability will be bound to.@Nullable StringReturns the script engine short name which can be used to evaluate theBundledRenderUnitdescribed by this capability.@Nullable StringReturns the original's script extension that was used to generate this capability.Returns the selectors to which aBundledRenderUnitdescribed by this capability will be bound to.
-
Method Details
-
getResourceTypes
Returns the resource types to which aBundledRenderUnitdescribed by this capability will be bound to.- Returns:
- the resource types to which a
BundledRenderUnitdescribed by this capability will be bound to
-
getPath
Returns the path to which aBundledRenderUnitdescribed by this capability will be bound to.- Returns:
- the path to which a
BundledRenderUnitdescribed by this capability will be bound to; this can benullif thegetResourceTypes()doesn't return an empty set
-
getSelectors
Returns the selectors to which aBundledRenderUnitdescribed by this capability will be bound to.- Returns:
- the selectors to which a
BundledRenderUnitdescribed by this capability will be bound to
-
getExtension
Returns the extension to which aBundledRenderUnitdescribed by this capability will be bound to.- Returns:
- the extension to which a
BundledRenderUnitdescribed 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 aBundledRenderUnitdescribed by this capability will be bound to.- Returns:
- the request method to which a
BundledRenderUnitdescribed by this capability will be bound to
-
getScriptEngineName
Returns the script engine short name which can be used to evaluate theBundledRenderUnitdescribed by this capability.- Returns:
- the script engine short name which can be used to evaluate the
BundledRenderUnitdescribed 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.
-