Interface | Description |
---|---|
Cache.Factory<K,V> |
Factory interface for creating various cacheable objects.
|
ConcurrentCache.Factory<K,V> |
Factory interface for creating various cacheable objects.
|
ExpiringConcurrentCache.ExpiryChecker<K,V> |
Interface for checking whether a cached object expired
|
Class | Description |
---|---|
ByteArrayGuardAESCTR |
This utility class is to provide both encryption and
decryption
Ciphers to ResponseStateManager
implementations wishing to provide encryption support. |
Cache<K,V> |
A concurrent caching mechanism.
|
CollectionsUtils |
|
CollectionsUtils.ConstMap<T,V> | |
ComponentStruct |
Utility class to enable partial state saving of components that have been
dynamically added to the view.
|
ConcurrentCache<K,V> |
Defines a concurrent cache with a factory for creating new object instances.
|
DebugObjectOutputStream | |
DebugUtil |
DebugUtil is a class ...
|
ExpiringConcurrentCache<K,V> |
This class implements an abstract ConcurrentCache with objects in the cache potentially expiring.
|
HtmlUtils |
Utility class for HTML.
|
HtmlUtils.MyByteArrayOutputStream |
Private implementation of ByteArrayOutputStream.
|
LRUMap<K,V> |
A special implementation of
LinkedHashMap to provide
LRU functionality. |
MessageUtils |
This class contains all message constants and utility methods
for creating
FacesMessage instances or localized
String s for said constants. |
MetadataWrapperMap<K,V> | |
MojarraThreadFactory | |
MostlySingletonSet<E> | |
MultiKeyConcurrentHashMap<K,V> |
This code is based off the source for ConcurrentHashMap from JDK 5 with the
ability of mapping multiple keys to a single value.
|
MultiKeyConcurrentHashMap.HashEntry<K,V> |
ConcurrentHashMap list entry.
|
MultiKeyConcurrentHashMap.Segment<K,V> |
Segments are specialized versions of hash tables.
|
ReflectionUtils |
A set of utility methods to make working with
Classes and Reflection a little easier.
|
ReflectionUtils.MetaData |
MetaData contains lookup methods for
Constructor s and
Method s of a particular Class. |
RequestStateManager |
This helper class is used a central location for per-request state
that is needed by Mojarra.
|
Timer |
This class is a simple wrapper for timing method calls.
|
Util |
Util is a class ...
|
Enum | Description |
---|---|
FacesLogger |
An
enum of all application Logger s. |
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.