Package org.exoplatform.commons.utils
This package provides the common utility classes.
-
Interface Summary Interface Description ListAccess<E> A Service Provider Interface for a list access. -
Class Summary Class Description ClassLoading EnumIterator ExceptionUtil Jul 8, 2004ExoEnumeration ExoExpression Deprecated. ExoProperties Jul 20, 2004ExpressionUtil Jul 18, 2004IdentifierUtil Jul 19, 2004IOUtil 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 -8000ISO8601.ISODateFormat ISO8601ASF Deprecated. LazyList<E> A lazy list and uses aListAccessobject to load the elements of the list.LazyPageList<E> ListenerStack MapResourceBundle MimeTypeResolver ObjectPageList<E> Deprecated. PageList<E> Deprecated. PrivilegedFileHelper PrivilegedSystemHelper PropertiesLoader PropertyManager A property manager that acts as a facade of the system properties.QName Created by The eXo Platform SAS .SecurityHelper Helps running code in privilegedTools