Class MvcNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.web.servlet.config.MvcNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
NamespaceHandler
for Spring MVC configuration namespace.- Since:
- 3.0
- Author:
- Keith Donald, Jeremy Grelle, Sebastien Deleuze
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Invoked by theDefaultBeanDefinitionDocumentReader
after construction but before any custom elements are parsed.Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
-
Constructor Details
-
MvcNamespaceHandler
public MvcNamespaceHandler()
-
-
Method Details
-
init
public void init()Description copied from interface:NamespaceHandler
Invoked by theDefaultBeanDefinitionDocumentReader
after construction but before any custom elements are parsed.
-