Home » cocoon-2.1.11-src » org.apache » cocoon » acting » modular »

org.apache.cocoon.acting.modular

Abstract Classes:

DatabaseAction   Abstract action for common function needed by database actions.  code | html

Classes:

DatabaseAction.CacheHelper   Structure that takes all processed data for a table depending on current default modes  code | html
DatabaseAction.Column   Structure that takes all processed data for one column.  code | html
DatabaseAction.LookUpKey   Structure that takes up both current mode types for database operations and table configuration data.  code | html
DatabaseAddAction   Adds record in a database.  code | html
DatabaseDeleteAction   Updates a record in a database.  code | html
DatabaseQueryAction   Executes an arbitrary query.  code | html
DatabaseSelectAction   Selects a record from a database.  code | html
DatabaseUpdateAction   Updates a record in a database.  code | html
TestAction   Demo action that uses componentized input / output layer.  code | html