public interface ExtensionRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
register(String extensionClassName,
String blockName)
Checks if
extensionClassName belongs to a valid Processor
class and if it can be found in the classpath |
void register(String extensionClassName, String blockName)
extensionClassName belongs to a valid Processor
class and if it can be found in the classpathextensionClassName - fully qualified name of the class implementing the extensionblockName - required when declaringCopyright © 2015. All Rights Reserved.