|
Class Summary |
| CharsetCharEncoder |
An implementation of a char encoder that is stateless and is based on a specified charset. |
| CharsetTextEncoder |
A stateless encoder that use a char encoder for performing the encoding task. |
| EnumIterator |
|
| ExceptionUtil |
Jul 8, 2004 |
| ExoEnumeration |
|
| ExoExpression |
Created by The eXo Platform SAS Author : Chung Nguyen
nguyenchung136@yahoo.com Feb 8, 2006 |
| ExoProperties |
Jul 20, 2004 |
| ExpressionUtil |
Jul 18, 2004 |
| IdentifierUtil |
Jul 19, 2004 |
| IOUtil |
|
| ISO8601 |
Created by The eXo Platform SAS Author : Peter Nedonosko
peter.nedonosko@exoplatform.com.ua 05.07.2007 ISO 8601 standard Year: YYYY
(eg 1997) Year and month: YYYY-MM (eg 1997-07) Complete date: YYYY-MM-DD (eg
1997-07-16) Complete date plus hours and minutes: YYYY-MM-DDThh:mmTZD (eg
1997-07-16T19:20+01:00) Complete date plus hours, minutes and seconds:
YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00) Complete date plus
hours, minutes, seconds and a decimal fraction of a second
YYYY-MM-DDThh:mm:ss.sTZD (eg 1997-07-16T19:20:30.45+01:00) where: YYYY =
four-digit year MM = two-digit month (01=January, etc.) DD = two-digit day of
month (01 through 31) hh = two digits of hour (00 through 23) (am/pm NOT
allowed) mm = two digits of minute (00 through 59) ss = two digits of second
(00 through 59) s = one or more digits representing a decimal fraction of a
second TZD = time zone designator (Z or +hh:mm or -hh:mm) a RFC 822 time zone
is also accepted: For formatting, the RFC 822 4-digit time zone format is
used: RFC822TimeZone: Sign TwoDigitHours Minutes TwoDigitHours: Digit Digit
like -8000 |
| ISO8601.ISODateFormat |
|
| ISO8601ASF |
Deprecated. |
| ListenerStack |
|
| MapResourceBundle |
|
| MimeTypeResolver |
|
| ObjectPageList |
|
| OutputStreamPrinter |
An extension of Printer that encodes the text with a provided encoder and sends the resulting
bytes on an OutputStream. |
| PageList |
|
| Printer |
|
| PropertyManager |
A property manager that acts as a facade of the system properties. |
| QName |
Created by The eXo Platform SAS . |
| Safe |
A class that contains utility method that make the caller not worry much about the unexpectable expected such as
argument nullity or the control flow due to exceptions. |
| TableCharEncoder |
A char encoder that use a table to cache the result produced by a delegate char encoder. |
| Text |
Represents text that can have several internal representations in order to minimize serialization when it is possible. |
| WriterPrinter |
|