public interface PageExtensionInstallatorProvider
| Modifier and Type | Method and Description |
|---|---|
PageExtensionInstallator |
installator(String extensionName)
Provides a
PageExtensionInstallator instance for the extension
specified by the given name. |
PageExtensionInstallator |
installator(String extensionName,
boolean checkRequirements)
Provides a
PageExtensionInstallator instance for the extension
specified by the given name. |
PageExtensionInstallator installator(String extensionName)
PageExtensionInstallator instance for the extension
specified by the given name. Also cycles in page extension requirements
are checked.extensionName - IllegalStateException - if there is a cycle in page extension requirementsPageExtensionInstallator installator(String extensionName, boolean checkRequirements)
PageExtensionInstallator instance for the extension
specified by the given name.extensionName - checkRequirements - if true, cycles in page extension requirements are checked.IllegalStateException - if there is a cycle in page extension requirementsCopyright © 2013 JBoss by Red Hat. All Rights Reserved.