Class MvcNamespaceHandler

java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.web.servlet.config.MvcNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class MvcNamespaceHandler extends org.springframework.beans.factory.xml.NamespaceHandlerSupport
NamespaceHandler for Spring MVC configuration namespace.
Since:
3.0
Author:
Keith Donald, Jeremy Grelle, Sebastien Deleuze
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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 Details

    • MvcNamespaceHandler

      public MvcNamespaceHandler()
  • Method Details

    • init

      public void init()