Class RegionLauncherExtension
- java.lang.Object
-
- org.apache.sling.feature.extension.apiregions.launcher.RegionLauncherExtension
-
- All Implemented Interfaces:
org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
public class RegionLauncherExtension extends Object implements org.apache.sling.feature.launcher.spi.extensions.ExtensionHandler
-
-
Field Summary
Fields Modifier and Type Field Description static String
FEATURE_REGION_FILENAME
static String
REGION_PACKAGE_FILENAME
-
Constructor Summary
Constructors Constructor Description RegionLauncherExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handle(org.apache.sling.feature.launcher.spi.extensions.ExtensionContext extensionContext, org.apache.sling.feature.Extension extension)
-
-
-
Field Detail
-
FEATURE_REGION_FILENAME
public static final String FEATURE_REGION_FILENAME
- See Also:
- Constant Field Values
-
REGION_PACKAGE_FILENAME
public static final String REGION_PACKAGE_FILENAME
- See Also:
- Constant Field Values
-
-