org.apache.cocoon.webapps.session |
|
Java Source File Name | Type | Comment |
ContextManager.java | Interface | This is the context manager.
The main purpose of this component is maintaining contexts. |
FormManager.java | Interface | |
MediaManager.java | Interface | This is the media manager. |
SessionConstants.java | Interface | The Constants used throughout the core of the session management. |
SessionManager.java | Interface | This is the session manager component. |
TransactionManager.java | Interface | Transaction management
Transactions are a series of get/set calls to a session context which must
be seen as atomic (single modification).
We distingish between reading and writing. |