Package org.enhydra.barracuda.plankton.data

Interface Summary
PData This interface defines the methods required to establish a heirarchical relationship between objects.
PList The purpose of this interface is to extend the standard List interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
PMap The purpose of this interface is to extend the standard Map interface to support the notions of parental hierarchy (allowing you to navigate up) state (by implementing the StateMap interface)
ReferenceFactory This interface defines the methods needed to implement a ReferenceFactory.
StateMap This interface defines the methods needed to implement state in an object.
 

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  
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.