Class MenuULLI

java.lang.Object
sk.iway.iwcm.components.menu.MenuULLI

public class MenuULLI extends Object
MenuULLI.java
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, int itemMaxLen, boolean isSitemap, javax.servlet.http.HttpServletRequest request)
     
    static String
    doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, int itemMaxLen, javax.servlet.http.HttpServletRequest request)
     
    static String
    doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, javax.servlet.http.HttpServletRequest request)
     
    static String
    doTree(int rootGroup, int maxLevel, int startOffset, javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • doTree

      public static String doTree(int rootGroup, int maxLevel, int startOffset, javax.servlet.http.HttpServletRequest request)
    • doTree

      public static String doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, javax.servlet.http.HttpServletRequest request)
    • doTree

      public static String doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, int itemMaxLen, javax.servlet.http.HttpServletRequest request)
    • doTree

      public static String doTree(int rootGroup, int maxLevel, int startOffset, String classes, String rootUlId, int itemMaxLen, boolean isSitemap, javax.servlet.http.HttpServletRequest request)