|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.action.standard.NoContent
Set the response status to 204 NO_CONTENT. This tells the browser to not update the current page. This can be useful if you have a form that you want to submit but you do not want to reload the whole page just because of that. You can then use some client side Javascript to notify the user that the form was submitted.
Field Summary | |
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
NoContent()
|
Method Summary | |
java.lang.String |
execute()
This method is where the logic of the action is executed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static org.apache.commons.logging.Log log
Constructor Detail |
public NoContent()
Method Detail |
public java.lang.String execute()
Action
execute
in interface Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |