@UrlBinding(value="/action/applicationtree") @StrictBinding public class ApplicationTreeActionBean extends ApplicationActionBean
allGroups, application, applicationId, context| Constructor and Description |
|---|
ApplicationTreeActionBean() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
addLevel() |
String |
getLevelId() |
String |
getName() |
String |
getNodeId() |
String |
getParentId() |
Level |
getRootLevel() |
net.sourceforge.stripes.action.Resolution |
loadDocumentTree() |
net.sourceforge.stripes.action.Resolution |
loadSelectedDocuments() |
net.sourceforge.stripes.action.Resolution |
loadSelectedLayers() |
void |
setLevelId(String levelId) |
void |
setName(String name) |
void |
setNodeId(String nodeId) |
void |
setParentId(String parentId) |
void |
setRootLevel(Level rootLevel) |
net.sourceforge.stripes.action.Resolution |
tree() |
net.sourceforge.stripes.action.Resolution |
view() |
getAllGroups, getApplication, getApplicationName, getContext, initApplication, setAllGroups, setApplication, setApplicationName, setContextpublic Level getRootLevel()
public void setRootLevel(Level rootLevel)
public String getName()
public void setName(String name)
public String getNodeId()
public void setNodeId(String nodeId)
public String getLevelId()
public void setLevelId(String levelId)
public String getParentId()
public void setParentId(String parentId)
@DefaultHandler public net.sourceforge.stripes.action.Resolution view()
public net.sourceforge.stripes.action.Resolution tree()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution loadSelectedLayers()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution loadDocumentTree()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution loadSelectedDocuments()
throws org.json.JSONException
org.json.JSONExceptionpublic net.sourceforge.stripes.action.Resolution addLevel()
throws org.json.JSONException
org.json.JSONExceptionCopyright © 2016. All rights reserved.