Class Tree

java.lang.Object
org.openxava.web.dwr.Tree

public class Tree extends Object
  • Constructor Details

    • Tree

      public Tree()
  • Method Details

    • getNodes

      public String getNodes(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String collectionName, String collectionViewParentName) throws Exception
      Throws:
      Exception
    • 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

      public List<Integer> toIntegerList(List<String> stringList)
    • getView

      protected View getView(javax.servlet.http.HttpServletRequest request, String application, String module)
    • getContext

      protected static ModuleContext getContext(javax.servlet.http.HttpServletRequest request)
    • initRequest

      protected void initRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module)
      Since:
      5.4
    • cleanRequest

      protected void cleanRequest()
    • checkSecurity

      protected static void checkSecurity(javax.servlet.http.HttpServletRequest request, String application, String module)