org.thymeleaf.messageresolver
Class MessageResolution

Object
  extended by org.thymeleaf.messageresolver.MessageResolution

public final class MessageResolution
extends Object

Result of resolving a message.

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
MessageResolution(String resolvedMessage)
           
 
Method Summary
 String getResolvedMessage()
           Returns the resolved message (as String).
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageResolution

public MessageResolution(String resolvedMessage)
Method Detail

getResolvedMessage

public String getResolvedMessage()

Returns the resolved message (as String).

Returns:
the resolved message.


Copyright © 2012 The THYMELEAF team. All Rights Reserved.