| org.apache.cocoon.components.treeprocessor.sitemap.ErrorHandlerHelper
ErrorHandlerHelper | public class ErrorHandlerHelper extends AbstractLogEnabled implements Composable(Code) | | Helps to call error handlers from PipelineNode and PipelinesNode.
author: Jürgen Seitz author: Björn Lütkemeier version: $Id: ErrorHandlerHelper.java 433543 2006-08-22 06:22:54Z crossley $ |
handledErrorsLogger | protected Logger handledErrorsLogger(Code) | | Logger for handled errors
|
compose | public void compose(ComponentManager manager)(Code) | | The component manager is used to create notifying builders.
|
enableLogging | public void enableLogging(Logger logger)(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | true if has no error handler nodes set |
isExternal | public boolean isExternal()(Code) | | |
isInternal | public boolean isInternal()(Code) | | |
prepareErrorHandler | public ProcessingPipeline prepareErrorHandler(Exception ex, Environment env, InvokeContext context) throws Exception(Code) | | Prepare error handler for the internal pipeline error handling.
If building pipeline only, error handling pipeline will be
built and returned. If building and executing pipeline,
error handling pipeline will be built and executed.
|
|
|