org.apache.myfaces.orchestra.conversation.spring
Class OrchestraNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.apache.myfaces.orchestra.conversation.spring.OrchestraNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class OrchestraNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Wire the custom orchestra xml attributes to the appropriate handler classes.

This is invoked by spring due to the "magic" files named "spring.handlers" and "spring.schemas" in the META-INF directory.

When Spring encounters an attribute in a namespace specified by the above config files it invokes the appropriate bean definition decorator registered by this class.


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

OrchestraNamespaceHandler

public OrchestraNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.