org.thymeleaf.standard.processor.value.message
Interface IStandardMessageValueProcessor

All Superinterfaces:
IValueProcessor
All Known Implementing Classes:
StandardMessageValueProcessor

public interface IStandardMessageValueProcessor
extends IValueProcessor

Since:
1.0
Author:
Daniel Fernández

Method Summary
 String getMessageValue(Arguments arguments, TemplateResolution templateResolution, StandardSyntax.MsgValue msgValue)
           
 
Methods inherited from interface org.thymeleaf.processor.value.IValueProcessor
getName, getValueProcessorDependencies
 

Method Detail

getMessageValue

String getMessageValue(Arguments arguments,
                       TemplateResolution templateResolution,
                       StandardSyntax.MsgValue msgValue)


Copyright © 2011 The THYMELEAF team. All Rights Reserved.