Package org.apache.myfaces.shared_tomahawk.util

Interface Summary
ConcurrentLRUCache.EvictionListener<K,V>  
StreamCharBuffer.LazyInitializingWriter Interface for a Writer that gets initialized if it is used Can be used for passing in to "connectTo" method of StreamCharBuffer
 

Class Summary
_ComponentUtils  
ArrayUtils Utility class for managing arrays
Assert  
AttachedDeltaWrapper  
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.
ComponentUtils  
ConcurrentLRUCache<K,V> A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively.
ConcurrentLRUCache.Stats  
DebugUtils  
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 JSF.
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
PriorityQueue<T> A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.
RendererUtils  
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 "oam.stringchararrayaccessor.enabled" enables this hack.
StringUtils Implements utility functions for the String class
TagUtils Utility class for Tag classes
WebConfigParamUtils Utility class to handle web config parameters
 

Enum Summary
RequestType Represents the type of request currently in the ExternalContext.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.