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