Uses of Class
ccc.client.core.Request

Packages that use Request
ccc.client.actions   
ccc.client.core   
ccc.client.gwt.core   
ccc.client.gwt.remoting   
 

Uses of Request in ccc.client.actions
 

Methods in ccc.client.actions that return Request
 Request CreateActionAction.createAction(Action action)
          Create a new action.
 Request CreateFolderAction.createFolder(java.lang.String name, java.util.UUID parentFolder)
          Create a new folder.
 Request CreatePageAction.createPage(Page page)
          Create a new page.
protected  Request UpdateCommentAction.getRequest()
          Get the HTTP request for this action.
protected  Request RenameAction.getRequest()
          Get the HTTP request for this action.
protected  Request CreatePageAction.getRequest()
          Get the HTTP request for this action.
protected  Request CreateFolderAction.getRequest()
          Get the HTTP request for this action.
protected  Request CreateAliasAction.getRequest()
          Get the HTTP request for this action.
protected  Request CreateActionAction.getRequest()
          Get the HTTP request for this action.
 Request RenameAction.rename()
          Rename a resource.
 Request UpdateCommentAction.update(Comment comment)
          Update this comment.
 

Uses of Request in ccc.client.core
 

Methods in ccc.client.core that return Request
protected  Request RemotingAction.getRequest()
          Get the HTTP request for this action.
 

Methods in ccc.client.core with parameters of type Request
 void RequestExecutor.invokeRequest(Request request)
          Send the specified request.
 

Uses of Request in ccc.client.gwt.core
 

Methods in ccc.client.gwt.core with parameters of type Request
 void GwtRequestExecutor.invokeRequest(Request request)
          Send the specified request.
 

Uses of Request in ccc.client.gwt.remoting
 

Methods in ccc.client.gwt.remoting that return Request
 Request CancelActionAction.cancel(ActionSummary action)
          Cancel an action.
protected  Request GetAbsolutePathAction.getRequest()
          Get the HTTP request for this action.
protected  Request ViewHistoryAction.getRequest()
          Get the HTTP request for this action.
protected  Request UpdateUserAction.getRequest()
          Get the HTTP request for this action.
protected  Request CancelActionAction.getRequest()
          Get the HTTP request for this action.
protected  Request ComputeTemplateAction.getRequest()
          Get the HTTP request for this action.
protected  Request GetRootsAction.getRequest()
          Get the HTTP request for this action.
protected  Request ApplyWorkingCopyAction.getRequest()
          Get the HTTP request for this action.
protected  Request ClearWorkingCopyAction.getRequest()
          Get the HTTP request for this action.
protected  Request ListUsersAction.getRequest()
          Get the HTTP request for this action.
protected  Request UniqueUsernameAction.getRequest()
          Get the HTTP request for this action.
protected  Request GetImagesPagedAction.getRequest()
          Get the HTTP request for this action.
protected  Request PageDeltaAction.getRequest()
          Get the HTTP request for this action.
protected  Request ListCompletedActionsAction.getRequest()
          Get the HTTP request for this action.
protected  Request GetTemplatesAction.getRequest()
          Get the HTTP request for this action.
protected  Request ListGroups.getRequest()
          Get the HTTP request for this action.
protected  Request GetUserAction.getRequest()
          Get the HTTP request for this action.
 



Copyright © 2010. All Rights Reserved.