类 ChunkElementParser


  • public class ChunkElementParser
    extends java.lang.Object
    Internal parser for the <chunk/> element inside a step.
    从以下版本开始:
    2.0
    作者:
    Thomas Risberg
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      protected voidparse​(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, boolean underspecified) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • parse

        protected void parse​(org.w3c.dom.Element element,
                             org.springframework.beans.factory.support.AbstractBeanDefinition bd,
                             org.springframework.beans.factory.xml.ParserContext parserContext,
                             boolean underspecified)
        参数:
        bd - AbstractBeanDefinition instance of the containing bean.
        element - the element to parse
        parserContext - the context to use
        underspecified - if true, a fatal error will not be raised if attribute or element is missing.