|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.pipeline.component.AbstractPipelineComponent
org.apache.cocoon.servlet.component.RedirectorComponent
public class RedirectorComponent
Constructor Summary | |
---|---|
RedirectorComponent()
|
Method Summary | |
---|---|
void |
execute()
|
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. |
String |
toString()
|
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent |
---|
finish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent |
---|
finish |
Constructor Detail |
---|
public RedirectorComponent()
Method Detail |
---|
public void execute()
execute
in interface Starter
Starter.execute()
public String getContentType()
getContentType
in interface Finisher
Finisher.getContentType()
public void setConfiguration(Map<String,? extends Object> configuration)
setConfiguration
in interface PipelineComponent
setConfiguration
in class AbstractPipelineComponent
configuration
- The Map
of configuration parameters.PipelineComponent.setConfiguration(java.util.Map)
public void setup(Map<String,Object> parameters)
setup
in interface PipelineComponent
setup
in class AbstractPipelineComponent
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.AbstractPipelineComponent.setup(java.util.Map)
public void setOutputStream(OutputStream outputStream)
setOutputStream
in interface Finisher
Finisher.setOutputStream(java.io.OutputStream)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |