com.hack23.cia.web.api.common
Class AbstractAction

Package class diagram package AbstractAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
All Implemented Interfaces:
ControllerAction, Serializable
Direct Known Subclasses:
AbstractAdminAction, AbstractUserAction, ApplicationAction, ApplicationErrorAction

public abstract class AbstractAction
extends Object
implements ControllerAction

The Class AbstractAction.

See Also:
Serialized Form

Constructor Summary
Modifier Constructor and Description
protected AbstractAction(ActionCategory actionCategory)
          Instantiates a new abstract action.
 
Method Summary
Modifier and Type Method and Description
 ActionCategory getActionCategory()
          Gets the action category.
 String toString()
          To string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractAction

protected AbstractAction(ActionCategory actionCategory)
Instantiates a new abstract action.

Parameters:
actionCategory - the action category
Method Detail

getActionCategory

public final ActionCategory getActionCategory()
Description copied from interface: ControllerAction
Gets the action category.

Specified by:
getActionCategory in interface ControllerAction
Returns:
the action category

toString

public final String toString()
To string.

Overrides:
toString in class Object
Returns:
the string


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