Package edu.uga.galileo.voci.model

Examples of edu.uga.galileo.voci.model.TreeManager


          + (command.getOther() == null ? "{null}" : command
              .getOther().get(0)));
      goToList = true;
    }

    TreeManager treeManager = TreeManager.getInstance();

    if (community != null) {
      request.setAttribute("community", community);
      request.setAttribute("treeNode", treeManager.getTreeNodeForVBO(
          command.getProject(), community, true));
      request.setAttribute("crumbSet", treeManager.getBreadCrumbsForVBO(
          command.getProject(), community, true));
      int resultsPerPage = Configuration.getInt("publicItemsPerPage");
      request.setAttribute("resultsPerPage", resultsPerPage);
    }
View Full Code Here

TOP

Related Classes of edu.uga.galileo.voci.model.TreeManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.