org.infoglue.cms.applications.managementtool.actions
Class ViewCategoryTreeAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.common.actions.TreeViewAbstractAction
              |
              +--org.infoglue.cms.applications.managementtool.actions.ViewCategoryTreeAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ViewCategoryTreeAction
extends TreeViewAbstractAction

See Also:
Serialized Form

Field Summary
static java.lang.String BINDING
           
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewCategoryTreeAction()
           
 
Method Summary
 java.lang.String doBindingView()
           
 java.lang.Integer getSelect()
          Returns the select.
 void setSelect(java.lang.Integer select)
          Sets the select.
 
Methods inherited from class org.infoglue.cms.applications.common.actions.TreeViewAbstractAction
doExecute, getAkey, getExp, getNodes, getRkey, setAkey, setExp, setRkey
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINDING

public static final java.lang.String BINDING
See Also:
Constant Field Values
Constructor Detail

ViewCategoryTreeAction

public ViewCategoryTreeAction()
Method Detail

doBindingView

public java.lang.String doBindingView()
                               throws java.lang.Exception
java.lang.Exception

getSelect

public java.lang.Integer getSelect()
Returns the select.

Returns:
Integer

setSelect

public void setSelect(java.lang.Integer select)
Sets the select.

Parameters:
select - The select to set