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 Details

  • Constructor Details

    • AbstractResourceDeployer

      public AbstractResourceDeployer()
  • Method Details

    • onEvent

      public void onEvent(org.gatein.wci.WebAppEvent event)
      Specified by:
      onEvent in interface org.gatein.wci.WebAppListener
      See Also:
      • WebAppListener.onEvent(org.gatein.wci.WebAppEvent)
    • add

      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.
      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

      protected URL getGateinResourcesXml(org.gatein.wci.WebApp webApp)