Uses of Class
org.apache.cocoon.sitemap.SitemapErrorHandler

Packages that use SitemapErrorHandler
org.apache.cocoon.components.pipeline   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
 

Uses of SitemapErrorHandler in org.apache.cocoon.components.pipeline
 

Methods in org.apache.cocoon.components.pipeline with parameters of type SitemapErrorHandler
 void AbstractProcessingPipeline.setErrorHandler(SitemapErrorHandler errorHandler)
          Sets error handler for this pipeline.
 void ProcessingPipeline.setErrorHandler(SitemapErrorHandler errorHandler)
          Sets error handler for this pipeline.
 

Uses of SitemapErrorHandler in org.apache.cocoon.components.treeprocessor
 

Fields in org.apache.cocoon.components.treeprocessor declared as SitemapErrorHandler
protected  SitemapErrorHandler InvokeContext.errorHandler
          The error handler for the pipeline.
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type SitemapErrorHandler
 void InvokeContext.setErrorHandler(SitemapErrorHandler handler)
          Set the error handler for the pipeline.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.