Uses of Class
org.gatein.pc.portlet.impl.info.ResourceBundleManager
-
Packages that use ResourceBundleManager Package Description org.gatein.pc.portlet.impl.info org.gatein.pc.portlet.impl.jsr168 org.gatein.pc.portlet.impl.jsr168.api -
-
Uses of ResourceBundleManager in org.gatein.pc.portlet.impl.info
Methods in org.gatein.pc.portlet.impl.info that return ResourceBundleManager Modifier and Type Method Description ResourceBundleManagerContainerInfoBuilderContext. getBundleManager()ResourceBundleManagerContainerInfoBuilderContext. getBundleManager(PortletMetaData portletMD)ResourceBundleManagerContainerPortletInfo. getBundleManager()Constructors in org.gatein.pc.portlet.impl.info with parameters of type ResourceBundleManager Constructor Description ContainerPortletInfo(ContainerCapabilitiesInfo capabilities, ContainerPreferencesInfo preferences, ContainerMetaInfo meta, ContainerSecurityInfo security, ContainerCacheInfo cache, String name, String className, String applicationName, Map<String,String> initParameters, ResourceBundleManager bundleManager)ContainerPortletInfo(ContainerCapabilitiesInfo capabilities, ContainerPreferencesInfo preferences, ContainerMetaInfo meta, ContainerSecurityInfo security, ContainerCacheInfo cache, ContainerEventingInfo events, ContainerNavigationInfo navigation, List<String> filterRefs, String name, String applicationName, String className, Map<String,String> initParameters, Boolean remotable, ResourceBundleManager bundleManager, Map<String,org.gatein.pc.api.info.RuntimeOptionInfo> options) -
Uses of ResourceBundleManager in org.gatein.pc.portlet.impl.jsr168
Methods in org.gatein.pc.portlet.impl.jsr168 that return ResourceBundleManager Modifier and Type Method Description static ResourceBundleManagerPortletResourceBundleFactory. createResourceBundleManager(ResourceBundleManager bundleMgr, ContainerPortletInfo containerInfo)ResourceBundleManagerContainerInfoBuilderContextImpl. getBundleManager()ResourceBundleManagerContainerInfoBuilderContextImpl. getBundleManager(PortletMetaData portletMD)Methods in org.gatein.pc.portlet.impl.jsr168 with parameters of type ResourceBundleManager Modifier and Type Method Description static ResourceBundleManagerPortletResourceBundleFactory. createResourceBundleManager(ResourceBundleManager bundleMgr, ContainerPortletInfo containerInfo)Constructors in org.gatein.pc.portlet.impl.jsr168 with parameters of type ResourceBundleManager Constructor Description PortletResourceBundleFactory(ResourceBundleManager bundleMgr, ContainerPortletInfo containerInfo) -
Uses of ResourceBundleManager in org.gatein.pc.portlet.impl.jsr168.api
Constructors in org.gatein.pc.portlet.impl.jsr168.api with parameters of type ResourceBundleManager Constructor Description PortletConfigImpl(ContainerPortletInfo portletInfo, ContainerPortletApplicationInfo portletApplicationInfo, PortletContextImpl portletContext, ResourceBundleManager bundleMgr)
-