org.apache.cocoon.sample.generation
Class CachingTimestampGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.sax.AbstractSAXPipelineComponent
          extended by org.apache.cocoon.sax.AbstractSAXProducer
              extended by org.apache.cocoon.sax.AbstractSAXGenerator
                  extended by org.apache.cocoon.sample.generation.TimestampGenerator
                      extended by org.apache.cocoon.sample.generation.CachingTimestampGenerator
All Implemented Interfaces:
CachingPipelineComponent, PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer

public class CachingTimestampGenerator
extends TimestampGenerator
implements CachingPipelineComponent


Constructor Summary
CachingTimestampGenerator()
           
 
Method Summary
 CacheKey constructCacheKey()
           
 
Methods inherited from class org.apache.cocoon.sample.generation.TimestampGenerator
execute
 
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer
getSAXConsumer, setConsumer, setSAXConsumer, toString
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setConfiguration, setup
 
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, setConfiguration, setup
 

Constructor Detail

CachingTimestampGenerator

public CachingTimestampGenerator()
Method Detail

constructCacheKey

public CacheKey constructCacheKey()
Specified by:
constructCacheKey in interface CachingPipelineComponent


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.