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

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

public class ExternalUrlAction
extends AbstractUserAction

The Class ExternalUrlAction.

See Also:
Serialized Form

Constructor Summary
ExternalUrlAction(ExternalUrlActionEvent.Operation operation)
          Instantiates a new external url action.
 
Method Summary
 ExternalUrlActionEvent.Operation getOperation()
          Gets the operation.
 
Methods inherited from class com.hack23.cia.web.action.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(ExternalUrlActionEvent.Operation operation)
Instantiates a new external url action.

Parameters:
operation - the operation
Method Detail

getOperation

public final ExternalUrlActionEvent.Operation getOperation()
Gets the operation.

Returns:
the operation


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