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 Summary
Constructors Constructor Description ResourceBundleConfigDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitBundlePath(Collection<String> list)Loading the notification resource bundle.voidonEvent(org.gatein.wci.WebAppEvent event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.gatein.wci.WebAppEvent event)
- Specified by:
onEventin interfaceorg.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
-
-