|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.ResultNames
public final class ResultNames
Commonly used result names returned by action methods.
Field Summary | |
---|---|
static java.lang.String |
ERROR
The action execution failed irrecoverably. |
static java.lang.String |
INPUT
The action requires more input, i.e. a validation error occurred. |
static java.lang.String |
LOGIN
The action requires the user to log in before executing. |
static java.lang.String |
NONE
The action executed successfully, but do not execute a result. |
static java.lang.String |
SUCCESS
The action executed successfully. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SUCCESS
public static final java.lang.String INPUT
public static final java.lang.String LOGIN
public static final java.lang.String ERROR
public static final java.lang.String NONE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |