org.infoglue.cms.applications.contenttool.actions
Class ViewContentToolMenuHtmlAction

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

public class ViewContentToolMenuHtmlAction
extends TreeViewAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewContentToolMenuHtmlAction()
           
 
Method Summary
 java.lang.String doBindingView()
           
 java.lang.String[] getAllowedContentTypeNames()
           
 java.lang.String getAllowedContentTypeNamesAsUrlEncodedString()
           
 java.util.List getAvailableLanguages()
           
 java.lang.String getBodyClass()
           
 java.util.List getContentTypeDefinitions()
           
 java.lang.Integer getRepositoryId()
          Returns the repositoryId.
 BaseNode getRootNode()
           
 java.lang.Integer getSelect()
          Returns the select.
 java.lang.String getShowLeafs()
          Returns the showLeafs.
 java.lang.String getShowVersions()
          Returns the showVersions.
 java.lang.String getTreeMode()
           
 void setAllowedContentTypeNames(java.lang.String[] allowedContentTypeNames)
           
 void setBodyClass(java.lang.String bodyClass)
           
 void setRepositoryId(java.lang.Integer repositoryId)
          Sets the repositoryId.
 void setRootNode(BaseNode rootNode)
           
 void setSelect(java.lang.Integer select)
          Sets the select.
 void setShowLeafs(java.lang.String showLeafs)
          Sets the showLeafs.
 void setShowVersions(java.lang.String showVersions)
          Sets the showVersions.
 void setTreeMode(java.lang.String treeMode)
           
 
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
 

Constructor Detail

ViewContentToolMenuHtmlAction

public ViewContentToolMenuHtmlAction()
Method Detail

doBindingView

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

getAvailableLanguages

public java.util.List getAvailableLanguages()
                                     throws java.lang.Exception
java.lang.Exception

getContentTypeDefinitions

public java.util.List getContentTypeDefinitions()
                                         throws java.lang.Exception
java.lang.Exception

getRepositoryId

public java.lang.Integer getRepositoryId()
Returns the repositoryId.

Returns:
Integer

setRepositoryId

public void setRepositoryId(java.lang.Integer repositoryId)
Sets the repositoryId.

Parameters:
repositoryId - The repositoryId to set

getShowVersions

public java.lang.String getShowVersions()
Returns the showVersions.

Returns:
String

setShowVersions

public void setShowVersions(java.lang.String showVersions)
Sets the showVersions.

Parameters:
showVersions - The showVersions to set

getShowLeafs

public java.lang.String getShowLeafs()
Returns the showLeafs.

Returns:
String

setShowLeafs

public void setShowLeafs(java.lang.String showLeafs)
Sets the showLeafs.

Parameters:
showLeafs - The showLeafs to set

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

getRootNode

public BaseNode getRootNode()

setRootNode

public void setRootNode(BaseNode rootNode)

getTreeMode

public java.lang.String getTreeMode()

setTreeMode

public void setTreeMode(java.lang.String treeMode)

getAllowedContentTypeNames

public java.lang.String[] getAllowedContentTypeNames()

setAllowedContentTypeNames

public void setAllowedContentTypeNames(java.lang.String[] allowedContentTypeNames)

getAllowedContentTypeNamesAsUrlEncodedString

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

getBodyClass

public java.lang.String getBodyClass()

setBodyClass

public void setBodyClass(java.lang.String bodyClass)