Uses of Interface
org.nuxeo.ecm.web.resources.api.ResourceBundle
Packages that use ResourceBundle
Package
Description
-
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.api
Methods in org.nuxeo.ecm.web.resources.api that return ResourceBundleModifier and TypeMethodDescriptionResourceBundle.clone()ResourceBundle.merge(ResourceBundle other) Methods in org.nuxeo.ecm.web.resources.api with parameters of type ResourceBundle -
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.api.service
Methods in org.nuxeo.ecm.web.resources.api.service that return ResourceBundleModifier and TypeMethodDescriptionWebResourceManager.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 ResourceBundleModifier and TypeMethodDescriptionWebResourceManager.getResourceBundles()Returns all resource bundles registered on the service.Methods in org.nuxeo.ecm.web.resources.api.service with parameters of type ResourceBundleModifier and TypeMethodDescriptionvoidWebResourceManager.registerResourceBundle(ResourceBundle bundle) Allows to dynamically register a bundle.voidWebResourceManager.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 ResourceBundleMethods in org.nuxeo.ecm.web.resources.core that return ResourceBundleMethods in org.nuxeo.ecm.web.resources.core with parameters of type ResourceBundle -
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 ResourceBundleModifier and TypeFieldDescriptionprotected Map<String,ResourceBundle> ResourceBundleRegistry.bundlesMethods in org.nuxeo.ecm.web.resources.core.service that return ResourceBundleModifier and TypeMethodDescriptionResourceBundleRegistry.clone(ResourceBundle orig) ResourceBundleRegistry.getResourceBundle(String id) WebResourceManagerImpl.getResourceBundle(String name) Methods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type ResourceBundleModifier and TypeMethodDescriptionResourceBundleRegistry.getResourceBundles()WebResourceManagerImpl.getResourceBundles()Methods in org.nuxeo.ecm.web.resources.core.service with parameters of type ResourceBundleModifier and TypeMethodDescriptionResourceBundleRegistry.clone(ResourceBundle orig) voidResourceBundleRegistry.contributionRemoved(String id, ResourceBundle origContrib) voidResourceBundleRegistry.contributionUpdated(String id, ResourceBundle contrib, ResourceBundle newOrigContrib) ResourceBundleRegistry.getContributionId(ResourceBundle contrib) voidResourceBundleRegistry.merge(ResourceBundle src, ResourceBundle dst) voidWebResourceManagerImpl.registerResourceBundle(ResourceBundle bundle) voidResourceBundleRegistry.removeContribution(ResourceBundle contrib) voidWebResourceManagerImpl.unregisterResourceBundle(ResourceBundle bundle) -
Uses of ResourceBundle in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return ResourceBundle