Class Summary |
_ComponentUtils |
|
ArrayUtils |
Utility class for managing arrays |
Assert |
|
BiLevelCacheMap |
A bi-level cache based on HashMap for caching objects with minimal sychronization
overhead. |
ClassLoaderExtension |
Extends the existing with a new loading mechanism |
ClassLoaderUtils |
Utility methods for accessing classes and resources using an appropriate
class loader. |
ClassUtils |
|
CommentUtils |
This class contains utility methods to detect special cases to be handled on "script" or
"style" tags by HtmlResponseWriterImpl. |
ExceptionUtils |
Various helpers to deal with exception |
ExternalContextUtils |
This provides some functionality for determining some things about the
native request object that is not provided by the base utils. |
FastWriter |
StringWriter cannot be reused without create a new object over and over. |
HashMapUtils |
|
LocaleUtils |
|
MessageUtils |
Utility class to support multilingual FacesMessages using ResourceBundles. |
MyFacesObjectInputStream |
Tried to deploy v0.4.2 on JBoss 3.2.1 and had a classloading problem again. |
NullEnumeration |
Enumeration without elements |
NullIterator<T> |
Iterator without elements |
ParametrizableFacesMessage |
This class encapsulates a FacesMessage to evaluate the label
expression on render response, where f:loadBundle is available |
RestoreStateUtils |
|
SelectItemsIterator |
|
StateUtils |
This Class exposes a handful of methods related to encryption,
compression and serialization of the view state. |
StreamCharBuffer |
StreamCharBuffer is a multipurpose in-memory buffer that can replace JDK
in-memory buffers (StringBuffer, StringBuilder, StringWriter). |
StringCharArrayAccessor |
Provides optimized access to java.lang.String internals
- Optimized way of creating java.lang.String by reusing a char[] buffer
- Optimized way of writing String to java.io.Writer
java.lang.String creation reusing a char[] buffer requires Java 1.5+
System property "stringchararrayaccessor.disabled" disables this hack. |
StringUtils |
Implements utility functions for the String class |
WebConfigParamUtils |
Utility class to handle web config parameters |