org.apache.cocoon.spring.configurator.impl
Class ConfiguratorNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.apache.cocoon.spring.configurator.impl.ConfiguratorNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class ConfiguratorNamespaceHandler
extends NamespaceHandlerSupport

Spring namespace handler for the cocoon core namespace. Currently this namespace defines the following elements (in the namespace "http://cocoon.apache.org/schema/configurator"):

Since:
1.0
Version:
$Id: ConfiguratorNamespaceHandler.java 754972 2009-03-16 18:20:54Z reinhard $

Constructor Summary
ConfiguratorNamespaceHandler()
           
 
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

ConfiguratorNamespaceHandler

public ConfiguratorNamespaceHandler()
Method Detail

init

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


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