org.infoglue.cms.applications.managementtool.actions
Class ViewManagementToolMenuHtmlAction
java.lang.Object
org.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.common.actions.TreeViewAbstractAction
org.infoglue.cms.applications.managementtool.actions.ViewManagementToolMenuHtmlAction
- All Implemented Interfaces:
- java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware
public class ViewManagementToolMenuHtmlAction
- extends TreeViewAbstractAction
ViewManagementToolMenuHtmlAction.java
Created on 2002-okt-11
- Author:
- Stefan Sik, ss@frovi.com
ss
This class implements the use case ViewManagementToolMenuHtmlAction.java
The class supplies action classes with methods
to carry out the use case
- See Also:
- Serialized Form
| Fields inherited from interface webwork.action.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
|
Method Summary |
java.lang.String |
getName()
Returns the name. |
protected com.frovi.ss.Tree.INodeSupplier |
getNodeSupplier()
|
java.lang.Integer |
getRepositoryId()
Returns the repositoryId. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setRepositoryId(java.lang.Integer repositoryId)
Sets the repositoryId. |
| Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction |
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getLogger, 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 |
ViewManagementToolMenuHtmlAction
public ViewManagementToolMenuHtmlAction()
getNodeSupplier
protected com.frovi.ss.Tree.INodeSupplier getNodeSupplier()
throws java.lang.Exception
- Specified by:
getNodeSupplier in class TreeViewAbstractAction
- Throws:
java.lang.Exception- See Also:
TreeViewAbstractAction.getNodeSupplier()
getName
public java.lang.String getName()
- Returns the name.
- Returns:
- String
getRepositoryId
public java.lang.Integer getRepositoryId()
- Returns the repositoryId.
- Returns:
- Integer
setName
public void setName(java.lang.String name)
- Sets the name.
- Parameters:
name - The name to set
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
- Sets the repositoryId.
- Parameters:
repositoryId - The repositoryId to set
Copyright © 2005 InfoGlue.org All Rights Reserved.