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

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

public class ViewContentToolMenuHtmlAction
extends TreeViewAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
colorScheme
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ViewContentToolMenuHtmlAction()
           
 
Method Summary
 java.lang.String doBindingView()
           
 java.lang.String[] getAllowedContentTypeIds()
           
 java.lang.String getAllowedContentTypeIdsAsUrlEncodedString()
           
 java.util.List getAvailableLanguages()
           
 java.lang.String getBodyClass()
           
 java.util.List getContentTypeDefinitions()
           
protected  com.frovi.ss.Tree.INodeSupplier getNodeSupplier()
           
 java.lang.Integer getRepositoryId()
          Returns the repositoryId.
 com.frovi.ss.Tree.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 setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)
           
 void setBodyClass(java.lang.String bodyClass)
           
 void setRepositoryId(java.lang.Integer repositoryId)
          Sets the repositoryId.
 void setRootNode(com.frovi.ss.Tree.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, initialize, setAkey, setExp, setNodes, setRkey
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableImageEditor, getInfoGluePrincipal, getLanguageCode, getLocale, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, setLanguageCode, setToolId
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Throws:
java.lang.Exception

getNodeSupplier

protected com.frovi.ss.Tree.INodeSupplier getNodeSupplier()
                                                   throws java.lang.Exception,
                                                          SystemException
Specified by:
getNodeSupplier in class TreeViewAbstractAction
Throws:
java.lang.Exception
SystemException
See Also:
TreeViewAbstractAction.getNodeSupplier()

getAvailableLanguages

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

getContentTypeDefinitions

public java.util.List getContentTypeDefinitions()
                                         throws java.lang.Exception
Throws:
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 com.frovi.ss.Tree.BaseNode getRootNode()

setRootNode

public void setRootNode(com.frovi.ss.Tree.BaseNode rootNode)

getTreeMode

public java.lang.String getTreeMode()

setTreeMode

public void setTreeMode(java.lang.String treeMode)

getAllowedContentTypeIds

public java.lang.String[] getAllowedContentTypeIds()

setAllowedContentTypeIds

public void setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)

getAllowedContentTypeIdsAsUrlEncodedString

public java.lang.String getAllowedContentTypeIdsAsUrlEncodedString()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

getBodyClass

public java.lang.String getBodyClass()

setBodyClass

public void setBodyClass(java.lang.String bodyClass)


Copyright © 2005 InfoGlue.org All Rights Reserved.