Package org.zkybase.web.sitemap.navigation

Examples of org.zkybase.web.sitemap.navigation.Navigation


   * @return node ID
   */
  protected String addNavigation(Model model, String nodeId) {
    notNull(model);
    notNull(nodeId);
    model.addAttribute(new Navigation(sitemap, nodeId, model.asMap()));
    return nodeId;
  }
View Full Code Here

TOP

Related Classes of org.zkybase.web.sitemap.navigation.Navigation

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.