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
AbstractStandardSelectionAttrProcessor(IAttributeNameProcessorMatcher matcher)
           
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, Expression expression)
           
 
Methods inherited from class org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
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

public AbstractStandardSelectionAttrProcessor(IAttributeNameProcessorMatcher matcher)

AbstractStandardSelectionAttrProcessor

public 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,
                                      Expression expression)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.