org.apache.myfaces.orchestra.conversation.spring
Class OrchestraNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
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.
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 |
OrchestraNamespaceHandler
public OrchestraNamespaceHandler()
init
public void init()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.