org.thymeleaf.standard.processor.attr
Class AbstractStandardSelectionAttrProcessor

Object
  extended by org.thymeleaf.processor.attr.AbstractAttrProcessor
      extended by org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
          extended by org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
All Implemented Interfaces:
Comparable<IAttrProcessor>, IAttrProcessor
Direct Known Subclasses:
StandardObjectAttrProcessor

public abstract class AbstractStandardSelectionAttrProcessor
extends AbstractSelectionTargetAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractStandardSelectionAttrProcessor()
           
 
Method Summary
protected  Object getNewSelectionTarget(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue)
           
protected  void validateSelectionValue(Arguments arguments, TemplateResolution templateResolution, Document document, Element element, Attr attribute, String attributeName, String attributeValue, Expression expression)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
getAdditionalLocalVariables, 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

AbstractStandardSelectionAttrProcessor

public AbstractStandardSelectionAttrProcessor()
Method Detail

getNewSelectionTarget

protected final Object getNewSelectionTarget(Arguments arguments,
                                             TemplateResolution templateResolution,
                                             Document document,
                                             Element element,
                                             Attr attribute,
                                             String attributeName,
                                             String attributeValue)
Specified by:
getNewSelectionTarget in class AbstractSelectionTargetAttrProcessor

validateSelectionValue

protected void validateSelectionValue(Arguments arguments,
                                      TemplateResolution templateResolution,
                                      Document document,
                                      Element element,
                                      Attr attribute,
                                      String attributeName,
                                      String attributeValue,
                                      Expression expression)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.