Package org.exoplatform.services.resources
package org.exoplatform.services.resources
-
ClassDescriptionMay 7, 2004A resource bundle that returns the queried key.An URLConnection extension that use a local
InputStreamobject.An URLStreamHandler extension that use a localInputStreamobject.May 3, 2004Data structure that holds the inputs forLocalePolicypluggable policies mechanism.This interface represents a pluggable mechanism for different locale determining algorithmsAn orientation.AClassLoaderextension that will retrieve resources from the parent classloader.Created by The eXo Platform SAS .Created by The eXo Platform SAS .Created by The eXo Platform SAS .May 7, 2004A parser for XML resource bundle having the following rules: The root document element is named "bundle" Any non root element can have any name Any non root element content must not have mixed content (i.e text and children elements) Any element having textual content is considered as a bundle entry with they key formed by the dot concatenation of its parent element name except the root element and the value is the text content For instance the following document: <bundle> <foo> <A>1<A> <B>2<B> </foo> <C>3<C> </bundle> will give the bundle with entries: foo.A=1 foo.B=2 C=3