Interface ExtensionHandler
-
- All Known Implementing Classes:
ContentPackageHandler,RepoInitHandler
public interface ExtensionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(ExtensionContext context, org.apache.sling.feature.Extension extension)
-
-
-
Method Detail
-
handle
boolean handle(ExtensionContext context, org.apache.sling.feature.Extension extension) throws Exception
- Throws:
Exception
-
-