Class Tree
java.lang.Object
org.openxava.web.dwr.Tree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidcheckSecurity(javax.servlet.http.HttpServletRequest request, String application, String module) protected voidprotected static ModuleContextgetContext(javax.servlet.http.HttpServletRequest request) getNodes(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String collectionName, String collectionViewParentName) protected Viewprotected voidinitRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module) toIntegerList(List<String> stringList) voidupdateNode(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String collectionName, String collectionViewParentName, String newPath, List<String> rows, List<String> childRows, List<String> newOrder)
-
Constructor Details
-
Tree
public Tree()
-
-
Method Details
-
getNodes
-
updateNode
public void updateNode(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String collectionName, String collectionViewParentName, String newPath, List<String> rows, List<String> childRows, List<String> newOrder) throws Exception - Throws:
Exception
-
toIntegerList
-
getView
-
getContext
-
initRequest
-
cleanRequest
protected void cleanRequest() -
checkSecurity
-