Package org.exoplatform.portal.resource
Class GateInSkinConfigDeployer
java.lang.Object
org.exoplatform.portal.resource.AbstractResourceDeployer
org.exoplatform.portal.resource.GateInSkinConfigDeployer
- All Implemented Interfaces:
org.gatein.wci.WebAppListener
Created by eXoPlatform SAS
Author: Minh Hoang TO - hoang281283@gmail.com
Sep 16, 2009
-
Field Summary
Fields inherited from class org.exoplatform.portal.resource.AbstractResourceDeployer
GATEIN_CONFIG_RESOURCE -
Constructor Summary
ConstructorsConstructorDescriptionGateInSkinConfigDeployer(String portalContainerName, SkinService _skinService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCalled on web application add event if the application contains "/WEB-INF/gatein-resources.xml" file.protected voidremove(org.gatein.wci.WebApp webApp) Called on web application remove event if the application contains "/WEB-INF/gatein-resources.xml" file.Methods inherited from class org.exoplatform.portal.resource.AbstractResourceDeployer
getGateinResourcesXml, onEvent
-
Constructor Details
-
GateInSkinConfigDeployer
-
-
Method Details
-
add
Description copied from class:AbstractResourceDeployerCalled on web application add event if the application contains "/WEB-INF/gatein-resources.xml" file.- Specified by:
addin classAbstractResourceDeployer- Parameters:
webApp-url-- See Also:
-
remove
protected void remove(org.gatein.wci.WebApp webApp) Description copied from class:AbstractResourceDeployerCalled on web application remove event if the application contains "/WEB-INF/gatein-resources.xml" file.- Specified by:
removein classAbstractResourceDeployer- Parameters:
webApp-- See Also:
-