Uses of Class
com.hack23.cia.web.api.common.ActionCategory

Packages that use ActionCategory
Package Description
com.hack23.cia.web.api.common Common web actions. 
 

Uses of ActionCategory in com.hack23.cia.web.api.common
 

Methods in com.hack23.cia.web.api.common that return ActionCategory
Modifier and Type Method and Description
 ActionCategory AbstractAction.getActionCategory()
           
 ActionCategory ControllerAction.getActionCategory()
          Gets the action category.
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.api.common with parameters of type ActionCategory
Constructor and Description
AbstractAction(ActionCategory actionCategory)
          Instantiates a new abstract action.
 



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