com.hack23.cia.web.action.admin
Class PortalAction

Package class diagram package PortalAction
java.lang.Object
  extended by com.hack23.cia.web.action.common.AbstractAction
      extended by com.hack23.cia.web.action.admin.AbstractAdminAction
          extended by com.hack23.cia.web.action.admin.AbstractConfigurationAction
              extended by com.hack23.cia.web.action.admin.PortalAction
All Implemented Interfaces:
ControllerAction, Serializable

public class PortalAction
extends AbstractConfigurationAction

The Class PortalAction.

See Also:
Serialized Form

Constructor Summary
PortalAction(PortalActionEvent.Operation operation, Portal portal)
          Instantiates a new portal action.
 
Method Summary
 PortalActionEvent.Operation getOperation()
          Gets the operation.
 Portal getPortal()
          Gets the portal.
 
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

PortalAction

public PortalAction(PortalActionEvent.Operation operation,
                    Portal portal)
Instantiates a new portal action.

Parameters:
operation - the operation
portal - the portal
Method Detail

getOperation

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

Returns:
the operation

getPortal

public final Portal getPortal()
Gets the portal.

Returns:
the portal


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