org.apache.cocoon.components.persistence |
|
Java Source File Name | Type | Comment |
CastorSourceConverter.java | Class | This is a component converting the profiles (= object tree) to XML and vice-versa
using Castor. |
ConverterException.java | Class | |
RequestDataStore.java | Interface | A request data store is a component that manages data that is
linked to the current request.
With the setRequestData() method you can link any object to the
current request. |
RequestDataStoreImpl.java | Class | |