Uses of Class
org.apache.sling.feature.Extension
Packages that use Extension
-
Uses of Extension in org.apache.sling.feature
Methods in org.apache.sling.feature that return ExtensionModifier and TypeMethodDescriptionExtension.copy()
Create a copy of the ExtensionGet an extension by nameMethods in org.apache.sling.feature with parameters of type ExtensionModifier and TypeMethodDescriptionExecutionEnvironmentExtension.getExecutionEnvironmentExtension
(Extension ext) Get the execution environment from the extension. -
Uses of Extension in org.apache.sling.feature.builder
Methods in org.apache.sling.feature.builder with parameters of type ExtensionModifier and TypeMethodDescriptionboolean
Checks whether this merger can merge the given extension.void
MergeHandler.merge
(HandlerContext context, Feature target, Feature source, Extension targetEx, Extension sourceEx) Merge the source extension into the target extension.void
PostProcessHandler.postProcess
(HandlerContext context, Feature feature, Extension extension) Post process the feature with respect to the extension.