| org.apache.cocoon.acting.ServiceableAction org.apache.cocoon.acting.modular.TestAction
TestAction | public class TestAction extends ServiceableAction implements Configurable,ThreadSafe(Code) | | Demo action that uses componentized input / output layer. In order
to stop combinatorial explosion of actions, matchers, and selectors
they should instead use components to access their inputs and
outputs. Available components include request parameters,
attributes, headers, and session attributes. Which component to use
can be specified upon setup via "input-module" and
"output-module" tags through the name attribute.
This particular action copies all available parameters obtained
from the input component to the output component or, if a specific
parameter is specified through parameter-name, just one parameter.
version: CVS $Id: TestAction.java 433543 2006-08-22 06:22:54Z crossley $ |
inputConf | Configuration inputConf(Code) | | |
outputConf | Configuration outputConf(Code) | | |
useGetValues | boolean useGetValues(Code) | | |
configure | public void configure(Configuration config) throws ConfigurationException(Code) | | |
Fields inherited from org.apache.cocoon.acting.ServiceableAction | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.acting.ServiceableAction | public void service(ServiceManager manager) throws ServiceException(Code)(Java Doc)
|
|
|