|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.wicket.sitemap.WicketReader
public class WicketReader
The simplest possible integration of Wicket as a reader component.
Constructor Summary | |
---|---|
WicketReader()
|
Method Summary | |
---|---|
void |
execute()
|
void |
finish()
This method is called after pipeline run - regardless if the run was successful or an exception was thrown. |
String |
getContentType()
|
void |
setConfiguration(Map<String,? extends Object> configuration)
Pass component specific configuration parameters to the pipeline component in a generic way. |
void |
setOutputStream(OutputStream outputStream)
|
void |
setup(Map<String,Object> parameters)
The shared object map for this pipeline run. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WicketReader()
Method Detail |
---|
public void execute()
execute
in interface Starter
public void finish()
PipelineComponent
finish
in interface PipelineComponent
public String getContentType()
getContentType
in interface Finisher
public void setConfiguration(Map<String,? extends Object> configuration)
PipelineComponent
setConfiguration
in interface PipelineComponent
configuration
- The Map
of configuration parameters.public void setOutputStream(OutputStream outputStream)
setOutputStream
in interface Finisher
public void setup(Map<String,Object> parameters)
PipelineComponent
setup
in interface PipelineComponent
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |