|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.japano.View.Message
public static class View.Message
A Message that can be added to a view.
Constructor Summary | |
---|---|
View.Message(java.lang.Class actionClass,
java.lang.String paramName,
java.lang.String message,
java.lang.String fieldId)
Constructs a new message. |
Method Summary | |
---|---|
java.lang.Class |
getActionClass()
|
java.lang.String |
getMessage()
Returns the message string of this Message. |
java.lang.String |
getParameterName()
Returns the name of the HTTP parameter that caused the message. |
java.lang.String |
toString()
Returns a string representation of the message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public View.Message(java.lang.Class actionClass, java.lang.String paramName, java.lang.String message, java.lang.String fieldId)
paramName
- name of the HTTP parameter that caused the message.message
- message string.Method Detail |
---|
public java.lang.String getParameterName()
public java.lang.String getMessage()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Class getActionClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |