Class ResourceBundleConfigDeployer

java.lang.Object
org.exoplatform.commons.notification.template.ResourceBundleConfigDeployer
All Implemented Interfaces:
org.gatein.wci.WebAppListener

public class ResourceBundleConfigDeployer extends Object implements org.gatein.wci.WebAppListener
  • Constructor Details

    • ResourceBundleConfigDeployer

      public ResourceBundleConfigDeployer()
  • Method Details

    • onEvent

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

      public void initBundlePath(Collection<String> list)
      Loading the notification resource bundle. Notice: Don't accept the resource bundle file the same name for both jar and war file. If the case the same happens, we just support to load from webapp context. When gets the Resource Bundle, 1 priority is resource bundle in jar file. it returns NULL.
      Parameters:
      list - the provided the path of resource bundle file