@ProviderType
public interface BundledRenderUnitCapability
BundledRenderUnitCapability
encapsulates the values of a Provided-Capability
, based on which BundledRenderUnit
s
are generated.Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.String |
getExtendedResourceType()
Returns the resource type extended by this capability.
|
@Nullable java.lang.String |
getExtension()
Returns the extension to which a
BundledRenderUnit described by this capability will be bound to. |
@Nullable java.lang.String |
getMethod()
Returns the request method to which a
BundledRenderUnit described by this capability will be bound to. |
@Nullable java.lang.String |
getPath()
Returns the path to which a
BundledRenderUnit described by this capability will be bound to. |
@NotNull java.util.Set<ResourceType> |
getResourceTypes()
Returns the resource types to which a
BundledRenderUnit described by this capability will be bound to. |
@Nullable java.lang.String |
getScriptEngineName()
Returns the script engine short name which can be used to evaluate the
BundledRenderUnit described by this capability. |
@Nullable java.lang.String |
getScriptExtension()
Returns the original's script extension that was used to generate this capability.
|
@NotNull java.util.List<java.lang.String> |
getSelectors()
Returns the selectors to which a
BundledRenderUnit described by this capability will be bound to. |
@NotNull @NotNull java.util.Set<ResourceType> getResourceTypes()
BundledRenderUnit
described by this capability will be bound to.BundledRenderUnit
described by this capability will be bound to@Nullable @Nullable java.lang.String getPath()
BundledRenderUnit
described by this capability will be bound to.BundledRenderUnit
described by this capability will be bound to; this can be null
if the
getResourceTypes()
doesn't return an empty set@NotNull @NotNull java.util.List<java.lang.String> getSelectors()
BundledRenderUnit
described by this capability will be bound to.BundledRenderUnit
described by this capability will be bound to@Nullable @Nullable java.lang.String getExtension()
BundledRenderUnit
described by this capability will be bound to.BundledRenderUnit
described by this capability will be bound to@Nullable @Nullable java.lang.String getExtendedResourceType()
null
@Nullable @Nullable java.lang.String getMethod()
BundledRenderUnit
described by this capability will be bound to.BundledRenderUnit
described by this capability will be bound to@Nullable @Nullable java.lang.String getScriptEngineName()
BundledRenderUnit
described by this capability.BundledRenderUnit
described by this capability.@Nullable @Nullable java.lang.String getScriptExtension()
Copyright © 2022 The Apache Software Foundation. All rights reserved.