Class FilterChainBeanDefinitionParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class FilterChainBeanDefinitionParser
    extends java.lang.Object
    implements org.springframework.beans.factory.xml.BeanDefinitionParser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element elt, org.springframework.beans.factory.xml.ParserContext pc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterChainBeanDefinitionParser

        public FilterChainBeanDefinitionParser()
    • Method Detail

      • parse

        public org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element elt,
                                                                             org.springframework.beans.factory.xml.ParserContext pc)
        Specified by:
        parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser