ccc.client.actions
Class CreateAliasAction

java.lang.Object
  extended by ccc.client.core.RemotingAction
      extended by ccc.client.actions.CreateAliasAction
All Implemented Interfaces:
Action

public final class CreateAliasAction
extends RemotingAction

Create an alias.

Author:
Civic Computing Ltd.

Nested Class Summary
 class CreateAliasAction.AliasCreatedCallback
          Callback handler for creating an alias.
 
Field Summary
 
Fields inherited from interface ccc.client.core.Action
UI_CONSTANTS, USER_ACTIONS
 
Constructor Summary
CreateAliasAction(Alias alias)
          Constructor.
 
Method Summary
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

CreateAliasAction

public CreateAliasAction(Alias alias)
Constructor.

Parameters:
alias - The new alias to create.
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.


Copyright © 2010. All Rights Reserved.