|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwebwork.action.ActionSupport
webwork.examples.NumberGuess
| Field Summary |
| Fields inherited from class webwork.action.ActionSupport |
command, errorMap, errorMessages, log |
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
NumberGuess()
|
|
| Method Summary | |
protected java.lang.String |
doExecute()
|
NumberGuessBean |
getGuessBean()
|
void |
prepare()
This method is called to allow the action to prepare itself before receiving parameters through its set-methods. |
void |
setBegin(java.lang.String begin)
|
void |
setGuess(java.lang.String guess)
|
void |
setSession(java.util.Map session)
|
| Methods inherited from class webwork.action.ActionSupport |
addError, addErrorMessage, addIllegalArgumentException, doDefault, doValidation, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NumberGuess()
| Method Detail |
public NumberGuessBean getGuessBean()
public void setGuess(java.lang.String guess)
public void setBegin(java.lang.String begin)
public void setSession(java.util.Map session)
setSession in interface SessionAware
public void prepare()
throws java.lang.Exception
PrepareAction
prepare in interface PrepareActionjava.lang.Exception - thrown if a system level exception occurs.
protected java.lang.String doExecute()
throws java.lang.Exception
doExecute in class ActionSupportjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||