org.thymeleaf.standard.processor.value.message
Class StandardMessageValueProcessor

Object
  extended by org.thymeleaf.standard.processor.value.message.StandardMessageValueProcessor
All Implemented Interfaces:
IValueProcessor, IStandardMessageValueProcessor

public class StandardMessageValueProcessor
extends Object
implements IStandardMessageValueProcessor

Since:
1.0
Author:
Daniel Fernández

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

Constructor Detail

StandardMessageValueProcessor

public StandardMessageValueProcessor()
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

getMessageValue

public final String getMessageValue(Arguments arguments,
                                    TemplateResolution templateResolution,
                                    StandardSyntax.MsgValue msgValue)
Specified by:
getMessageValue in interface IStandardMessageValueProcessor


Copyright © 2011 The THYMELEAF team. All Rights Reserved.