org.infoglue.cms.applications.contenttool.actions
Class ViewContentTreeAction
java.lang.Object
|
+--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
|
+--org.infoglue.cms.applications.contenttool.actions.ViewContentTreeAction
- All Implemented Interfaces:
- webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware, ViewContentTreeActionInterface
- public class ViewContentTreeAction
- extends WebworkAbstractAction
- implements ViewContentTreeActionInterface
This class implements the action class for the menu in the content tool.
- Author:
- Mattias Bogeblad
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| 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 |
ViewContentTreeAction
public ViewContentTreeAction()
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
- Specified by:
setRepositoryId in interface ViewContentTreeActionInterface
getRepositoryId
public java.lang.Integer getRepositoryId()
- Specified by:
getRepositoryId in interface ViewContentTreeActionInterface
setContentId
public void setContentId(java.lang.Integer contentId)
- Specified by:
setContentId in interface ViewContentTreeActionInterface
getContentId
public java.lang.Integer getContentId()
- Specified by:
getContentId in interface ViewContentTreeActionInterface
setHideLeafs
public void setHideLeafs(java.lang.String hideLeafs)
- Specified by:
setHideLeafs in interface ViewContentTreeActionInterface
getHideLeafs
public java.lang.String getHideLeafs()
- Specified by:
getHideLeafs in interface ViewContentTreeActionInterface
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
- Specified by:
doExecute in interface ViewContentTreeActionInterface- Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception
getTree
public java.lang.String getTree()
- Returns the tree.
- Specified by:
getTree in interface ViewContentTreeActionInterface
- Returns:
- String
setTree
public void setTree(java.lang.String tree)
- Sets the tree.
- Specified by:
setTree in interface ViewContentTreeActionInterface
- Parameters:
tree - The tree to set
getBodyClass
public java.lang.String getBodyClass()
setBodyClass
public void setBodyClass(java.lang.String bodyClass)