org.apache.myfaces.shared_impl.util |
|
Java Source File Name | Type | Comment |
ArrayUtils.java | Class | |
Assert.java | Class | |
BiLevelCacheMap.java | Class | A bi-level cache based on HashMap for caching objects with minimal sychronization
overhead. |
ClassUtils.java | Class | |
ExceptionUtils.java | Class | |
HashMapUtils.java | Class | |
LocaleUtils.java | Class | |
MessageUtils.java | Class | Utility class to support multilingual FacesMessages using ResourceBundles.
Standard messages are stored at DEFAULT_BUNDLE .
The summary of the message is stored at the requested key value. |
MyFacesObjectInputStream.java | Class | Tried to deploy v0.4.2 on JBoss 3.2.1 and had a classloading problem again.
The problem seemed to be with JspInfo, line 98. |
NullEnumeration.java | Class | |
NullIterator.java | Class | |
RestoreStateUtils.java | Class | |
SelectItemsIterator.java | Class | |
StateUtils.java | Class | Handles encryption, serialization, compression and encoding.
- ISO-8859-1 is the character set used.
- GZIP is used for all compression/decompression.
- Base64 is used for all encoding and decoding.
- DES is the default encryption algorithm
- ECB is the default mode
- PKCS5Padding is the default padding
- The default algorithm can be overridden using the
org.apache.myfaces.ALGORITHM parameter
- The default mode and padding can be overridden using the
org.apache.myfaces.ALGORITHM.PARAMETERS parameter
- This class has not been tested with modes other than ECB and CBC
- An initialization vector can be specified via the
org.apache.myfaces.ALGORITHM.IV parameter
The secret is interpretted as base 64 encoded. |
StringUtils.java | Class | Implements utility functions for the String class
Emphasis on performance and reduced memory allocation/garbage collection
in exchange for longer more complex code. |
_ComponentUtils.java | Class | |