org.thymeleaf.standard.processor.attr
Class AbstractStandardSelectionAttrProcessor

Object
  extended by org.thymeleaf.processor.AbstractProcessor
      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<IProcessor>, IProcessor
Direct Known Subclasses:
StandardObjectAttrProcessor

public abstract class AbstractStandardSelectionAttrProcessor
extends AbstractSelectionTargetAttrProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
protected AbstractStandardSelectionAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
protected AbstractStandardSelectionAttrProcessor(String attributeName)
           
 
Method Summary
protected  Object getNewSelectionTarget(Arguments arguments, Element element, String attributeName)
           
protected  void validateSelectionValue(Arguments arguments, Element element, String attributeName, String attributeValue, IStandardExpression expression)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
doAdditionalProcess, getAdditionalLocalVariables, 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

AbstractStandardSelectionAttrProcessor

protected AbstractStandardSelectionAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardSelectionAttrProcessor

protected AbstractStandardSelectionAttrProcessor(String attributeName)
Method Detail

getNewSelectionTarget

protected final Object getNewSelectionTarget(Arguments arguments,
                                             Element element,
                                             String attributeName)
Specified by:
getNewSelectionTarget in class AbstractSelectionTargetAttrProcessor

validateSelectionValue

protected void validateSelectionValue(Arguments arguments,
                                      Element element,
                                      String attributeName,
                                      String attributeValue,
                                      IStandardExpression expression)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.