|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.web.api.common.AbstractAction
public abstract class AbstractAction extends Object implements ControllerAction
The Class AbstractAction.
Modifier | Constructor and Description |
---|---|
protected |
AbstractAction(ActionCategory actionCategory)
Instantiates a new abstract action. |
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 |
---|
protected AbstractAction(ActionCategory actionCategory)
actionCategory
- the action categoryMethod Detail |
---|
public final ActionCategory getActionCategory()
ControllerAction
getActionCategory
in interface ControllerAction
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |