org.thymeleaf.standard.processor.attr
Class AbstractStandardIterationAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
          extended by org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
              extended by org.thymeleaf.standard.processor.attr.AbstractStandardIterationAttrProcessor
All Implemented Interfaces:
Comparable<IProcessor>, IProcessor
Direct Known Subclasses:
StandardEachAttrProcessor

public abstract class AbstractStandardIterationAttrProcessor
extends AbstractIterationAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Nested Class Summary
 
Nested classes/interfaces inherited from class org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
AbstractIterationAttrProcessor.IterationSpec, AbstractIterationAttrProcessor.StatusVar
 
Field Summary
 
Fields inherited from class org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
DEFAULT_STATUS_VAR_SUFFIX
 
Constructor Summary
AbstractStandardIterationAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
AbstractStandardIterationAttrProcessor(String attributeName)
           
 
Method Summary
protected  AbstractIterationAttrProcessor.IterationSpec getIterationSpec(Arguments arguments, Element element, String attributeName)
           
protected  void processClonedHostIterationElement(Arguments arguments, Element iteratedChild, String attributeName)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
processAttribute
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
doProcess, getMatcher
 
Methods inherited from class org.thymeleaf.processor.AbstractProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, getPrecedence, process
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStandardIterationAttrProcessor

public AbstractStandardIterationAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardIterationAttrProcessor

public AbstractStandardIterationAttrProcessor(String attributeName)
Method Detail

processClonedHostIterationElement

protected void processClonedHostIterationElement(Arguments arguments,
                                                 Element iteratedChild,
                                                 String attributeName)
Specified by:
processClonedHostIterationElement in class AbstractIterationAttrProcessor

getIterationSpec

protected final AbstractIterationAttrProcessor.IterationSpec getIterationSpec(Arguments arguments,
                                                                              Element element,
                                                                              String attributeName)
Specified by:
getIterationSpec in class AbstractIterationAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.