| Interface | Description |
|---|---|
| LocaleConfig |
May 3, 2004
|
| LocaleConfigService | |
| LocalePolicy |
This interface represents a pluggable mechanism for different locale determining algorithms
|
| ResourceBundleService |
May 7, 2004
|
| Class | Description |
|---|---|
| ExoResourceBundle |
May 7, 2004
|
| IdentityResourceBundle |
A resource bundle that returns the queried key.
|
| InputStreamURLConnection |
An URLConnection extension that use a local
InputStream object. |
| InputStreamURLStreamHandler |
An URLStreamHandler extension that use a local
InputStream object. |
| LocaleContextInfo |
Data structure that holds the inputs for
LocalePolicy pluggable policies mechanism. |
| PropertiesClassLoader |
A
ClassLoader extension that will retrieve resources from the parent classloader. |
| Query |
Created by The eXo Platform SAS .
|
| ResourceBundleData |
Created by The eXo Platform SAS .
|
| ResourceBundleDescription |
Created by The eXo Platform SAS .
|
| ResourceBundleLoader |
A facade for obtaining resource bundles.
|
| ResourceBundleManager |
Encapsulate how the portal obtain resources bundles.
|
| XMLResourceBundleParser |
A 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
|
| Enum | Description |
|---|---|
| Orientation |
An orientation.
|
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.