
public interface PageExtensionInstallator extends PageExtension
| Modifier and Type | Method and Description |
|---|---|
void |
install()
Tries to install the given extension.
|
boolean |
isInstalled()
Detects if extension is already loaded to the page
|
getExtensionScript, getInstallationDetectionScript, getName, getRequiredvoid install()
isInstalled() method,
the installation fails. If the extension is already installed, the installation
is skipped.IllegalStateException - if the installation failsboolean isInstalled()
Copyright © 2022 JBoss by Red Hat. All rights reserved.