|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.pipeline.component.AbstractPipelineComponent org.apache.cocoon.sax.AbstractSAXPipelineComponent org.apache.cocoon.sax.AbstractSAXProducer org.apache.cocoon.sax.AbstractSAXGenerator org.apache.cocoon.profiling.component.ProfilingGenerator
public class ProfilingGenerator
A cocoon pipeline component to generate an XML representation of a ProfilingData
.
Constructor Summary | |
---|---|
ProfilingGenerator()
|
Method Summary | |
---|---|
CacheKey |
constructCacheKey()
|
void |
execute()
Creates XML events for the given ProfilingData . |
void |
setConfiguration(Map<String,? extends Object> configuration)
Pass component specific configuration parameters to the pipeline component in a generic way. |
void |
setProfilingDataHolder(ProfilingDataHolder dataHolder)
|
void |
setup(Map<String,Object> parameters)
The shared object map for this pipeline run. |
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer |
---|
getSAXConsumer, setConsumer, setSAXConsumer, 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 ProfilingGenerator()
Method Detail |
---|
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.public CacheKey constructCacheKey()
constructCacheKey
in interface CachingPipelineComponent
public void setConfiguration(Map<String,? extends Object> configuration)
setConfiguration
in interface PipelineComponent
setConfiguration
in class AbstractPipelineComponent
configuration
- The Map
of configuration parameters.public void execute()
ProfilingData
.
execute
in interface Starter
public void setProfilingDataHolder(ProfilingDataHolder dataHolder)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |