org.thymeleaf.standard.processor.value.variable
Class StandardVariableValueProcessor
Object
org.thymeleaf.standard.processor.value.variable.StandardVariableValueProcessor
- All Implemented Interfaces:
- IValueProcessor, IStandardVariableValueProcessor
public class StandardVariableValueProcessor
- extends Object
- implements IStandardVariableValueProcessor
- Since:
- 1.0
- Author:
- Daniel Fernández
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardVariableValueProcessor
public StandardVariableValueProcessor(IExpressionEvaluator expressionEvaluator)
getName
public String getName()
- Specified by:
getName
in interface IValueProcessor
getValueProcessorDependencies
public Set<Class<? extends IValueProcessor>> getValueProcessorDependencies()
- Specified by:
getValueProcessorDependencies
in interface IValueProcessor
getVariableValue
public final Object getVariableValue(Arguments arguments,
TemplateResolution templateResolution,
StandardSyntax.VarValue varValue)
- Specified by:
getVariableValue
in interface IStandardVariableValueProcessor
getAdditionalContextVariables
protected Map<String,Object> getAdditionalContextVariables(Arguments arguments,
TemplateResolution templateResolution,
StandardSyntax.VarValue varValue)
Copyright © 2011 The THYMELEAF team. All Rights Reserved.