org.thymeleaf.standard.processor.value
Class StandardValueProcessor

Object
  extended by org.thymeleaf.standard.processor.value.StandardValueProcessor
All Implemented Interfaces:
IValueProcessor, IStandardValueProcessor

public class StandardValueProcessor
extends Object
implements IStandardValueProcessor

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
StandardValueProcessor()
           
 
Method Summary
 String getName()
           
 Object getValue(Arguments arguments, TemplateResolution templateResolution, StandardSyntax.Value value)
           
 Set<Class<? extends IValueProcessor>> getValueProcessorDependencies()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardValueProcessor

public StandardValueProcessor()
Method Detail

getName

public String getName()
Specified by:
getName in interface IValueProcessor

getValueProcessorDependencies

public Set<Class<? extends IValueProcessor>> getValueProcessorDependencies()
Specified by:
getValueProcessorDependencies in interface IValueProcessor

getValue

public Object getValue(Arguments arguments,
                       TemplateResolution templateResolution,
                       StandardSyntax.Value value)
Specified by:
getValue in interface IStandardValueProcessor


Copyright © 2011 The THYMELEAF team. All Rights Reserved.