org.thymeleaf.spring3.processor.attr
Class SpringObjectAttrProcessor
Object
org.thymeleaf.processor.AbstractProcessor
org.thymeleaf.processor.attr.AbstractAttrProcessor
org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
org.thymeleaf.spring3.processor.attr.SpringObjectAttrProcessor
- All Implemented Interfaces:
- Comparable<org.thymeleaf.processor.IProcessor>, org.thymeleaf.processor.IProcessor
public final class SpringObjectAttrProcessor
- extends org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
- Since:
- 1.0
- Author:
- Daniel Fernández
Methods inherited from class org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor |
getNewSelectionTarget |
Methods inherited from class org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor |
doAdditionalProcess, processAttribute |
Methods inherited from class org.thymeleaf.processor.attr.AbstractAttrProcessor |
doProcess, getMatcher |
Methods inherited from class org.thymeleaf.processor.AbstractProcessor |
compareTo, getMessage, getMessageForProcessor, getMessageForTemplate, process |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTR_PRECEDENCE
public static final int ATTR_PRECEDENCE
- See Also:
- Constant Field Values
ATTR_NAME
public static final String ATTR_NAME
- See Also:
- Constant Field Values
SpringObjectAttrProcessor
public SpringObjectAttrProcessor()
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in class org.thymeleaf.processor.AbstractProcessor
validateSelectionValue
protected void validateSelectionValue(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
String attributeValue,
org.thymeleaf.standard.expression.Expression expression)
- Overrides:
validateSelectionValue
in class org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor
getAdditionalLocalVariables
protected Map<String,Object> getAdditionalLocalVariables(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName)
- Overrides:
getAdditionalLocalVariables
in class org.thymeleaf.processor.attr.AbstractSelectionTargetAttrProcessor
Copyright © 2012 The THYMELEAF team. All Rights Reserved.