Uses of Interface
org.nuxeo.ecm.web.resources.api.ResourceBundle
-
-
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.api
Methods in org.nuxeo.ecm.web.resources.api that return ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundle. clone()
ResourceBundle
ResourceBundle. merge(ResourceBundle other)
Methods in org.nuxeo.ecm.web.resources.api with parameters of type ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundle. merge(ResourceBundle other)
-
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.api.service
Methods in org.nuxeo.ecm.web.resources.api.service that return ResourceBundle Modifier and Type Method Description ResourceBundle
WebResourceManager. getResourceBundle(String name)
Returns a registered resource bundle with given name, or null if not found.Methods in org.nuxeo.ecm.web.resources.api.service that return types with arguments of type ResourceBundle Modifier and Type Method Description List<ResourceBundle>
WebResourceManager. getResourceBundles()
Returns all resource bundles registered on the service.Methods in org.nuxeo.ecm.web.resources.api.service with parameters of type ResourceBundle Modifier and Type Method Description void
WebResourceManager. registerResourceBundle(ResourceBundle bundle)
Allows to dynamically register a bundle.void
WebResourceManager. unregisterResourceBundle(ResourceBundle bundle)
Allows to dynamically unregister a bundle. -
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.core
Classes in org.nuxeo.ecm.web.resources.core that implement ResourceBundle Modifier and Type Class Description class
ResourceBundleDescriptor
Methods in org.nuxeo.ecm.web.resources.core that return ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundleDescriptor. merge(ResourceBundle other)
Methods in org.nuxeo.ecm.web.resources.core with parameters of type ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundleDescriptor. merge(ResourceBundle other)
-
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.core.service
Fields in org.nuxeo.ecm.web.resources.core.service with type parameters of type ResourceBundle Modifier and Type Field Description protected Map<String,ResourceBundle>
ResourceBundleRegistry. bundles
Methods in org.nuxeo.ecm.web.resources.core.service that return ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundleRegistry. clone(ResourceBundle orig)
ResourceBundle
ResourceBundleRegistry. getResourceBundle(String id)
ResourceBundle
WebResourceManagerImpl. getResourceBundle(String name)
Methods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type ResourceBundle Modifier and Type Method Description List<ResourceBundle>
ResourceBundleRegistry. getResourceBundles()
List<ResourceBundle>
WebResourceManagerImpl. getResourceBundles()
Methods in org.nuxeo.ecm.web.resources.core.service with parameters of type ResourceBundle Modifier and Type Method Description ResourceBundle
ResourceBundleRegistry. clone(ResourceBundle orig)
void
ResourceBundleRegistry. contributionRemoved(String id, ResourceBundle origContrib)
void
ResourceBundleRegistry. contributionUpdated(String id, ResourceBundle contrib, ResourceBundle newOrigContrib)
String
ResourceBundleRegistry. getContributionId(ResourceBundle contrib)
void
ResourceBundleRegistry. merge(ResourceBundle src, ResourceBundle dst)
void
WebResourceManagerImpl. registerResourceBundle(ResourceBundle bundle)
void
ResourceBundleRegistry. removeContribution(ResourceBundle contrib)
void
WebResourceManagerImpl. unregisterResourceBundle(ResourceBundle bundle)
-
Uses of ResourceBundle in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return ResourceBundle Modifier and Type Method Description ResourceBundle
PageDescriptor. getComputedResourceBundle()
-