|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionCategory | |
---|---|
com.hack23.cia.web.action.common | Common web actions. |
Uses of ActionCategory in com.hack23.cia.web.action.common |
---|
Methods in com.hack23.cia.web.action.common that return ActionCategory | |
---|---|
ActionCategory |
ControllerAction.getActionCategory()
Gets the action category. |
ActionCategory |
AbstractAction.getActionCategory()
|
static ActionCategory |
ActionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ActionCategory[] |
ActionCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.hack23.cia.web.action.common with parameters of type ActionCategory | |
---|---|
AbstractAction(ActionCategory actionCategory)
Instantiates a new abstract action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |