Class GroovyMarkupConfigurerBeanDefinitionParser

java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.web.servlet.config.GroovyMarkupConfigurerBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class GroovyMarkupConfigurerBeanDefinitionParser extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Parse the <mvc:groovy-configurer> MVC namespace element and register a GroovyConfigurer bean.
Since:
4.1
Author:
Sebastien Deleuze
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The bean name used for the GroovyMarkupConfigurer.

    Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    ID_ATTRIBUTE, NAME_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected boolean
     
    protected String
    resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
     

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser

    doParse, extractPropertyName, isEligibleAttribute, postProcess

    Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

    doParse, getBeanClass, getParentName, parseInternal

    Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

    parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • GroovyMarkupConfigurerBeanDefinitionParser

      public GroovyMarkupConfigurerBeanDefinitionParser()
  • Method Details

    • resolveId

      protected String resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
      Overrides:
      resolveId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
    • getBeanClassName

      protected String getBeanClassName(Element element)
      Overrides:
      getBeanClassName in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
    • isEligibleAttribute

      protected boolean isEligibleAttribute(String name)
      Overrides:
      isEligibleAttribute in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser