public interface PageExtensions
| Modifier and Type | Method and Description |
|---|---|
void |
install()
Installs the page extension into page
|
boolean |
isInstalled()
Returns true if the page extension is already installed
|
void |
loadFromResources(List<String> resourceNames)
Loads the page extension from the resources listed in list
|
void loadFromResources(List<String> resourceNames)
resourceNames - the list of resource names to load as page extensionboolean isInstalled()
void install()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.