|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.client.core.RemotingAction
ccc.client.gwt.remoting.UpdateUserPasswordAction
public abstract class UpdateUserPasswordAction
Updates a user's password..
Field Summary |
---|
Fields inherited from interface ccc.client.core.Action |
---|
UI_CONSTANTS, USER_ACTIONS |
Constructor Summary | |
---|---|
UpdateUserPasswordAction(User user)
Constructor. |
Method Summary | |
---|---|
protected java.lang.String |
getBody()
Provide a body for this method. |
protected java.lang.String |
getPath()
Determine the server path for this action. |
Methods inherited from class ccc.client.core.RemotingAction |
---|
beforeExecute, encode, execute, fireEvent, getActionName, getParser, getRequest, onFailure, onNoContent, onOK, parseResourceSummary, setExecutor, setParser |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateUserPasswordAction(User user)
user
- The user with an updated password.Method Detail |
---|
protected java.lang.String getPath()
getPath
in class RemotingAction
protected java.lang.String getBody()
Only called for POST requests.
getBody
in class RemotingAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |