This project has retired. For details please refer to its
Attic page .
WicketReader (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.wicket.sitemap
Class WicketReader
java.lang.Object
org.apache.cocoon.wicket.sitemap.WicketReader
All Implemented Interfaces: Finisher , PipelineComponent , Starter
public class WicketReader extends Object implements Starter , Finisher
The simplest possible integration of Wicket as a reader component.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
WICKET_FILTER_NAME
public static final String WICKET_FILTER_NAME
See Also: Constant Field Values
WicketReader
public WicketReader ()
execute
public void execute ()
Specified by: execute
in interface Starter
finish
public void finish ()
Description copied from interface: PipelineComponent
This method is called after pipeline run - regardless if the run was
successful or an exception was thrown.
Specified by: finish
in interface PipelineComponent
getContentType
public String getContentType ()
Specified by: getContentType
in interface Finisher
setConfiguration
public void setConfiguration (Map <String ,? extends Object > configuration)
Description copied from interface: PipelineComponent
Pass component specific configuration parameters to the pipeline
component in a generic way. This is useful in environments that
automatically assemble pipelines with their components and can't use the
components constructors or setters.
Specified by: setConfiguration
in interface PipelineComponent
Parameters: configuration
- The Map
of configuration parameters.
setOutputStream
public void setOutputStream (OutputStream outputStream)
Specified by: setOutputStream
in interface Finisher
setup
public void setup (Map <String ,Object > parameters)
Description copied from interface: PipelineComponent
The shared object map for this pipeline run.
Specified by: setup
in interface PipelineComponent
Parameters: parameters
- A Map
of parameters that are available to all
PipelineComponent
s. This is a modifiable map that can
be changed by this pipeline component.
Copyright © 2008-2012 The Apache Software Foundation . All Rights Reserved.