Uses of Class
org.apache.myfaces.config.element.ResourceBundle
-
Packages that use ResourceBundle Package Description org.apache.myfaces.config org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element -
-
Uses of ResourceBundle in org.apache.myfaces.config
Methods in org.apache.myfaces.config that return ResourceBundle Modifier and Type Method Description ResourceBundle
RuntimeConfig. getResourceBundle(String name)
Return the resourcebundle which was configured in faces config by var nameMethods in org.apache.myfaces.config that return types with arguments of type ResourceBundle Modifier and Type Method Description Map<String,ResourceBundle>
RuntimeConfig. getResourceBundles()
Methods in org.apache.myfaces.config with parameters of type ResourceBundle Modifier and Type Method Description void
RuntimeConfig. addResourceBundle(ResourceBundle bundle)
-
Uses of ResourceBundle in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type ResourceBundle Modifier and Type Method Description abstract List<ResourceBundle>
Application. getResourceBundle()
abstract Collection<ResourceBundle>
FacesConfigData. getResourceBundles()
-
Uses of ResourceBundle in org.apache.myfaces.config.impl
Methods in org.apache.myfaces.config.impl that return types with arguments of type ResourceBundle Modifier and Type Method Description Collection<ResourceBundle>
FacesConfigDispenserImpl. getResourceBundles()
-
Uses of ResourceBundle in org.apache.myfaces.config.impl.element
Subclasses of ResourceBundle in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
ResourceBundleImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type ResourceBundle Modifier and Type Method Description List<ResourceBundle>
ApplicationImpl. getResourceBundle()
Methods in org.apache.myfaces.config.impl.element with parameters of type ResourceBundle Modifier and Type Method Description void
ApplicationImpl. addResourceBundle(ResourceBundle bundle)
-