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.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 ResourceBundle -
Uses of ResourceBundle in org.nuxeo.ecm.web.resources.core.service
Methods in org.nuxeo.ecm.web.resources.core.service that return ResourceBundleMethods in org.nuxeo.ecm.web.resources.core.service that return types with arguments of type ResourceBundleMethods in org.nuxeo.ecm.web.resources.core.service with parameters of type ResourceBundleModifier and TypeMethodDescriptionvoidWebResourceManagerImpl.registerResourceBundle(ResourceBundle bundle) voidWebResourceManagerImpl.unregisterResourceBundle(ResourceBundle bundle)