public abstract class AbstractResourceDeployer extends Object implements org.gatein.wci.WebAppListener
| Modifier and Type | Field and Description |
|---|---|
static String |
GATEIN_CONFIG_RESOURCE |
| Constructor and Description |
|---|
AbstractResourceDeployer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
add(org.gatein.wci.WebApp webApp,
URL url)
Called on web application add event if the application contains "/WEB-INF/gatein-resources.xml" file.
|
protected URL |
getGateinResourcesXml(org.gatein.wci.WebApp webApp) |
void |
onEvent(org.gatein.wci.WebAppEvent event) |
protected abstract void |
remove(org.gatein.wci.WebApp webApp)
Called on web application remove event if the application contains "/WEB-INF/gatein-resources.xml" file.
|
public static final String GATEIN_CONFIG_RESOURCE
public void onEvent(org.gatein.wci.WebAppEvent event)
onEvent in interface org.gatein.wci.WebAppListenerWebAppListener.onEvent(org.gatein.wci.WebAppEvent)protected abstract void add(org.gatein.wci.WebApp webApp,
URL url)
webApp - url - protected abstract void remove(org.gatein.wci.WebApp webApp)
webApp - url - protected URL getGateinResourcesXml(org.gatein.wci.WebApp webApp)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.