|
|||||||||
| 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 Starterpublic void finish()
PipelineComponent
finish in interface PipelineComponentpublic String getContentType()
getContentType in interface Finisherpublic void setConfiguration(Map<String,? extends Object> configuration)
PipelineComponent
setConfiguration in interface PipelineComponentconfiguration - The Map of configuration parameters.public void setOutputStream(OutputStream outputStream)
setOutputStream in interface Finisherpublic void setup(Map<String,Object> parameters)
PipelineComponent
setup in interface PipelineComponentparameters - A Map of parameters that are available to all
PipelineComponents. 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 | ||||||||