ccc.client.gwt.remoting
Class GetAbsolutePathAction

java.lang.Object
  extended by ccc.client.core.RemotingAction
      extended by ccc.client.gwt.remoting.GetAbsolutePathAction
All Implemented Interfaces:
Action

public abstract class GetAbsolutePathAction
extends RemotingAction

Retrieves the absolute path for a resource.

Author:
Civic Computing Ltd.

Field Summary
 
Fields inherited from interface ccc.client.core.Action
UI_CONSTANTS, USER_ACTIONS
 
Constructor Summary
GetAbsolutePathAction(java.lang.String actionName, ResourceSummary resource)
          Constructor.
 
Method Summary
protected abstract  void execute(java.lang.String path)
          Deprecated. 
protected  Request getRequest()
          Get the HTTP request for this action.
 
Methods inherited from class ccc.client.core.RemotingAction
beforeExecute, encode, execute, fireEvent, getActionName, getBody, getParser, getPath, 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

GetAbsolutePathAction

public GetAbsolutePathAction(java.lang.String actionName,
                             ResourceSummary resource)
Constructor.

Parameters:
actionName - The name of the action.
resource - The resource.
Method Detail

getRequest

protected Request getRequest()
Get the HTTP request for this action.

Overrides:
getRequest in class RemotingAction
Returns:
The request for this remote action.

execute

@Deprecated
protected abstract void execute(java.lang.String path)
Deprecated. 

Handle the result of a successful call.

Parameters:
path - The path returned.


Copyright © 2010. All Rights Reserved.