com.hack23.cia.web.api.user
Class ExternalUrlAction

Package class diagram package ExternalUrlAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.user.AbstractUserAction
          extended by com.hack23.cia.web.api.user.ExternalUrlAction
All Implemented Interfaces:
ControllerAction, Serializable

public class ExternalUrlAction
extends AbstractUserAction

The Class ExternalUrlAction.

See Also:
Serialized Form

Constructor Summary
ExternalUrlAction(ExternalUrlOperationType operation)
          Instantiates a new external url action.
 
Method Summary
 ExternalUrlOperationType getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalUrlAction

public ExternalUrlAction(ExternalUrlOperationType operation)
Instantiates a new external url action.

Parameters:
operation - the operation
Method Detail

getOperation

public final ExternalUrlOperationType getOperation()
Gets the operation.

Returns:
the operation


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.