org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.bundle
Class ResourceBundleManager
java.lang.Object
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.bundle.ResourceBundleManager
public class ResourceBundleManager
- extends Object
- Author:
- Benjamin Mestrallet benjamin.mestrallet@exoplatform.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORTLET_TITLE
public static final String PORTLET_TITLE
- Title resource key.
- See Also:
- Constant Field Values
PORTLET_SHORT_TITLE
public static final String PORTLET_SHORT_TITLE
- Short title resource key.
- See Also:
- Constant Field Values
KEYWORDS
public static final String KEYWORDS
- Keywords resource key.
- See Also:
- Constant Field Values
cont
protected org.exoplatform.container.ExoContainer cont
- Exo container.
ResourceBundleManager
public ResourceBundleManager(PortletContainerConf conf,
org.exoplatform.services.cache.CacheService cacheService,
org.exoplatform.container.ExoContainerContext context)
throws Exception
- Parameters:
conf - PC confcacheService - cache servicecontext - exo container context
- Throws:
Exception - exception
lookupBundle
public final ResourceBundle lookupBundle(Portlet portlet,
Locale locale)
- Parameters:
portlet - portletlocale - locale
- Returns:
- resource bundle
Copyright © 2009 eXo Platform SAS. All Rights Reserved.