Class Summary |
AbstractPData |
Abstract implementation of the basic PData methods. |
Base64 |
This class provides encode/decode for RFC 2045 Base64 as
defined by RFC 2045, N. |
CollectionsUtil |
Collections utilities |
DefaultStateMap |
A StateMap is an object that is capable of carrying state
information along with it--you can put properties into the
state and then get them back out. |
HttpSessionStateMap |
The implementation provides a StateMap bridge to a HttpSession
object. |
MapStateMap |
The implementation provides a StateMap bridge to a Map
object. |
NameSpace |
This class defines a NameSpace entity (like a key) that can be used to
set/retrieve objects from the ObjectRepository |
ObjectRepository |
This class provides access to several different generic statemap repositories,
scoped for Global, Session, Local, or custom (NameSpace or Name...you provide
the cleanup). |
ObjectRepository.SessionRepository |
The basic idea behind this is that we want to wrap the session
as a ObjectRepository object. |
ObjectRepositoryAssembler |
This class basically assembles objects into the default ObjectRepository based on
an XML descriptor file. |
Param |
Define a Param object as having key and value properties
(both of which are Strings) |
PArrayList |
This class extends AbstractPData (which provides the
parental/statemap functionality) and delegates most of
the List functionality back to an underlying ArrayList |
PHashMap |
This class extends AbstractPData (which provides the
parental/statemap functionality) and delegates most of
the Map functionality back to an underlying HashMap |
ServletContextStateMap |
The implementation provides a StateMap bridge to a ServletContext
object. |
ServletRequestParameterStateMap |
The implementation provides a StateMap bridge to a ServletRequest
object's paramter values. |
ServletRequestStateMap |
The implementation provides a StateMap bridge to a ServletRequest
object. |
SoftHashMap |
|