org.apache.cocoon.core.container.spring.pipeline
Class PipelineNamespaceHandler

java.lang.Object
  extended byorg.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended byorg.apache.cocoon.core.container.spring.pipeline.PipelineNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class PipelineNamespaceHandler
extends NamespaceHandlerSupport

Spring namespace handler for the cocoon pipeline namespace.

Currently this namespace defines the following elements (in the http://cocoon.apache.org/schema/pipeline namespace):

component
with optional attributes "mime-type", "label" and "hint".

Since:
2.2
Version:
$Id: PipelineNamespaceHandler.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
PipelineNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineNamespaceHandler

public PipelineNamespaceHandler()
Method Detail

init

public void init()
See Also:
NamespaceHandler.init()


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