Class ResourceBundleConfigDeployer
java.lang.Object
org.exoplatform.commons.notification.template.ResourceBundleConfigDeployer
- All Implemented Interfaces:
org.gatein.wci.WebAppListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitBundlePath(Collection<String> list) Loading the notification resource bundle.voidonEvent(org.gatein.wci.WebAppEvent event)
-
Constructor Details
-
ResourceBundleConfigDeployer
public ResourceBundleConfigDeployer()
-
-
Method Details
-
onEvent
public void onEvent(org.gatein.wci.WebAppEvent event) - Specified by:
onEventin interfaceorg.gatein.wci.WebAppListener
-
initBundlePath
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
-