Class UnpackArchiveExtensionHandler

  • All Implemented Interfaces:
    org.apache.sling.feature.spi.context.ExtensionHandler

    public class UnpackArchiveExtensionHandler
    extends Object
    implements org.apache.sling.feature.spi.context.ExtensionHandler
    • Constructor Detail

      • UnpackArchiveExtensionHandler

        public UnpackArchiveExtensionHandler​(org.osgi.framework.BundleContext bc)
    • Method Detail

      • handle

        public boolean handle​(org.apache.sling.feature.spi.context.ExtensionHandlerContext context,
                              org.apache.sling.feature.Extension extension,
                              org.apache.sling.feature.Feature feature)
                       throws Exception
        Specified by:
        handle in interface org.apache.sling.feature.spi.context.ExtensionHandler
        Throws:
        Exception