org.apache.cocoon.components.modules.output |
output
output
Output modules provide a simple interface to set values largely based
on the methods provided by request and session to set values of attributes.
Output modules should support transactional behaviour. Transaction begin
is implicit with the first setAttribute method call. Transactions must be
terminated either by commit or rollback.
|
Java Source File Name | Type | Comment |
AbstractOutputModule.java | Class | AbstractOutputModule gives you the infrastructure for easily
deploying more output modules. |
OutputModule.java | Interface | Communicate results to other components. |
RequestAttributeMap.java | Class | Abstraction layer to encapsulate different output
destinations. |
RequestAttributeOutputModule.java | Class | Abstraction layer to encapsulate different output
destinations. |
SessionAttributeOutputModule.java | Class | Abstraction layer to encapsulate different output
destinations. |