Spring Web Flow

org.springframework.webflow.config
Class WebFlowConfigNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.webflow.config.WebFlowConfigNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

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

NamespaceHandler for the webflow-config namespace.

Author:
Keith Donald, Ben Hale, Jeremy Grelle

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

Constructor Detail

WebFlowConfigNamespaceHandler

public WebFlowConfigNamespaceHandler()
Method Detail

init

public void init()

Spring Web Flow