org.thymeleaf.standard.processor.value
Interface IStandardValueProcessor

All Superinterfaces:
IValueProcessor
All Known Implementing Classes:
StandardValueProcessor

public interface IStandardValueProcessor
extends IValueProcessor

Since:
1.0
Author:
Daniel Fernández

Method Summary
 Object getValue(Arguments arguments, TemplateResolution templateResolution, StandardSyntax.Value value)
           
 
Methods inherited from interface org.thymeleaf.processor.value.IValueProcessor
getName, getValueProcessorDependencies
 

Method Detail

getValue

Object getValue(Arguments arguments,
                TemplateResolution templateResolution,
                StandardSyntax.Value value)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.