ccc.client.gwt.remoting
Class ComputeTemplateAction

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

public abstract class ComputeTemplateAction
extends RemotingAction

TODO: Add a description for this type.

Author:
Civic Computing Ltd.

Field Summary
 
Fields inherited from interface ccc.client.core.Action
UI_CONSTANTS, USER_ACTIONS
 
Constructor Summary
ComputeTemplateAction(java.lang.String actionName, ResourceSummary resource)
          Constructor.
 
Method Summary
protected  Request getRequest()
          Get the HTTP request for this action.
protected abstract  void noTemplate()
           
protected abstract  void template(Template t)
           
 
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

ComputeTemplateAction

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

Parameters:
actionName - The name of this action.
resource - The resource to invoke.
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.

noTemplate

protected abstract void noTemplate()

template

protected abstract void template(Template t)


Copyright © 2010. All Rights Reserved.