Package org.exoplatform.portal.resource
Class AbstractResourceDeployer
java.lang.Object
org.exoplatform.portal.resource.AbstractResourceDeployer
- All Implemented Interfaces:
org.gatein.wci.WebAppListener
- Direct Known Subclasses:
GateInSkinConfigDeployer,JavascriptConfigDeployer
public abstract class AbstractResourceDeployer
extends Object
implements org.gatein.wci.WebAppListener
- Author:
- Peter Palaga
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidCalled on web application add event if the application contains "/WEB-INF/gatein-resources.xml" file.protected URLgetGateinResourcesXml(org.gatein.wci.WebApp webApp) voidonEvent(org.gatein.wci.WebAppEvent event) protected abstract voidremove(org.gatein.wci.WebApp webApp) Called on web application remove event if the application contains "/WEB-INF/gatein-resources.xml" file.
-
Field Details
-
GATEIN_CONFIG_RESOURCE
- See Also:
-
-
Constructor Details
-
AbstractResourceDeployer
public AbstractResourceDeployer()
-
-
Method Details
-
onEvent
public void onEvent(org.gatein.wci.WebAppEvent event) - Specified by:
onEventin interfaceorg.gatein.wci.WebAppListener- See Also:
-
add
Called on web application add event if the application contains "/WEB-INF/gatein-resources.xml" file.- Parameters:
webApp-url-
-
remove
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.- Parameters:
webApp-
-
getGateinResourcesXml
-