|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.cms.applications.common.actions.WebworkAbstractAction
org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
org.infoglue.cms.applications.common.actions.TreeViewAbstractAction
public abstract class TreeViewAbstractAction
| 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 | |
|---|---|
TreeViewAbstractAction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
doExecute()
Subclasses implement this |
java.lang.String |
getAkey()
Returns the akey. |
java.lang.String |
getExp()
Returns the expStr. |
java.util.Collection |
getNodes()
|
protected abstract com.frovi.ss.Tree.INodeSupplier |
getNodeSupplier()
|
java.lang.String |
getRkey()
Returns the rkey. |
protected java.util.Collection |
initialize(java.lang.String expString)
|
void |
setAkey(java.lang.String akey)
Sets the akey. |
void |
setExp(java.lang.String expStr)
Sets the expStr. |
protected void |
setNodes(java.util.Collection nodes)
Sets the nodes. |
void |
setRkey(java.lang.String rkey)
Sets the rkey. |
| 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 |
| Constructor Detail |
|---|
public TreeViewAbstractAction()
| Method Detail |
|---|
protected abstract com.frovi.ss.Tree.INodeSupplier getNodeSupplier()
throws java.lang.Exception
java.lang.Exception
protected java.util.Collection initialize(java.lang.String expString)
throws java.lang.Exception
java.lang.Exception
public java.lang.String doExecute()
throws java.lang.Exception
WebworkAbstractAction
doExecute in class WebworkAbstractActionjava.lang.Exceptionprotected void setNodes(java.util.Collection nodes)
nodes - The nodes to set
public java.util.Collection getNodes()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getExp()
public void setExp(java.lang.String expStr)
expStr - The expStr to setpublic java.lang.String getAkey()
public java.lang.String getRkey()
public void setAkey(java.lang.String akey)
akey - The akey to setpublic void setRkey(java.lang.String rkey)
rkey - The rkey to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||