|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.i18n.Message
public class Message
A i18n message.
| Constructor Summary | |
|---|---|
Message(String category,
String message,
String... parameters)
|
|
| Method Summary | |
|---|---|
String |
getCategory()
|
String |
getKey()
Returns the message to be found |
String[] |
getParameters()
|
String |
getPath()
Returns this validation message path. |
boolean |
isAlreadyLocalized()
Whether it has already been localized or not. |
void |
setPath(String path)
Sets this message path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Message(String category,
String message,
String... parameters)
| Method Detail |
|---|
public String getPath()
ValidationMessage
getPath in interface ValidationMessagepublic void setPath(String path)
ValidationMessage
setPath in interface ValidationMessagepath - its pathpublic String getKey()
public String[] getParameters()
public String getCategory()
getCategory in interface ValidationMessageValidationMessage.getCategory()public boolean isAlreadyLocalized()
ValidationMessage
isAlreadyLocalized in interface ValidationMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||