
public interface PageExtension
| Modifier and Type | Method and Description |
|---|---|
JavaScript |
getExtensionScript()
Returns the source code of the script to be injected to the page
|
JavaScript |
getInstallationDetectionScript()
Returns the source code of the script which will be executed to check
whether the extension is already installed.
|
String |
getName()
Returns the name of the script that can uniquely identify this script
|
Collection<String> |
getRequired()
Returns a collection of extension names required by this extension
|
String getName()
JavaScript getExtensionScript()
JavaScript getInstallationDetectionScript()
Collection<String> getRequired()
Copyright © 2015 JBoss by Red Hat. All rights reserved.