org.apache.cocoon.core.container.spring.avalon
Class AvalonNamespaceHandler

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

public class AvalonNamespaceHandler
extends NamespaceHandlerSupport

Spring namespace handler for the cocoon avalon namespace. Currently this namespace defines the following elements (in the namespace "http://cocoon.apache.org/schema/avalon"): "bridge" : This adds all Avalon configured components to the bean factory. "sitemap":

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

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

AvalonNamespaceHandler

public AvalonNamespaceHandler()
Method Detail

init

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


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