org.thymeleaf.standard.processor.attr
Class AbstractStandardIterationAttrProcessor

Object
  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<IAttrProcessor>, IAttrProcessor
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()
           
 
Method Summary
protected  AbstractIterationAttrProcessor.IterationSpec getIterationSpec(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractIterationAttrProcessor
process
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.thymeleaf.processor.attr.IAttrProcessor
getAttributeApplicabilities, getPrecedence
 

Constructor Detail

AbstractStandardIterationAttrProcessor

public AbstractStandardIterationAttrProcessor()
Method Detail

getIterationSpec

protected final AbstractIterationAttrProcessor.IterationSpec getIterationSpec(Arguments arguments,
                                                                              TemplateResolution templateResolution,
                                                                              Document document,
                                                                              Element element,
                                                                              Attr attribute,
                                                                              String attributeName,
                                                                              String attributeValue)
Specified by:
getIterationSpec in class AbstractIterationAttrProcessor


Copyright © 2012 The THYMELEAF team. All Rights Reserved.