Class ResourceComposite

java.lang.Object
java.util.ResourceBundle
org.nuxeo.ecm.platform.rendering.fm.i18n.ResourceComposite

public class ResourceComposite extends ResourceBundle
A resource bundle for Nuxeo Rendering that holds a map of locals, allows developers to change it from its api (setLocale) and that will delegate its method to the correct resource bundle according to the local chosen.
Author:
Sun Seng David TAN
  • Constructor Details

    • ResourceComposite

      public ResourceComposite()
    • ResourceComposite

      public ResourceComposite(ClassLoader cl)
  • Method Details