Package org.apache.cocoon.components.modules.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.

See:
          Description

Interface Summary
OutputModule Communicate results to other components.
 

Class Summary
AbstractOutputModule AbstractOutputModule gives you the infrastructure for easily deploying more output modules.
RequestAttributeMap Abstraction layer to encapsulate different output destinations.
RequestAttributeOutputModule Abstraction layer to encapsulate different output destinations.
SessionAttributeOutputModule Abstraction layer to encapsulate different output destinations.
 

Package org.apache.cocoon.components.modules.output Description

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. 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.