|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WValidator.Result
public static class WValidator.Result
A class that holds a validation result.
This structure is returned as the result of validation.
| Constructor Summary | |
|---|---|
WValidator.Result()
Default constructor. |
|
WValidator.Result(WValidator.State state)
Constructor. |
|
WValidator.Result(WValidator.State state,
java.lang.CharSequence message)
Constructor. |
|
| Method Summary | |
|---|---|
WString |
getMessage()
Returns the validation message. |
WValidator.State |
getState()
Returns the validation state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WValidator.Result()
Creates an invalid result.
public WValidator.Result(WValidator.State state,
java.lang.CharSequence message)
Creates a result with given state and
message.
public WValidator.Result(WValidator.State state)
Creates a result with given state and initalizes the
message field to an empty WString.
| Method Detail |
|---|
public WValidator.State getState()
public WString getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||