"WEBNMS_5 API Docs"

com.adventnet.nms.jsp
Class HtmlMenuParser

java.lang.Object
  extended by com.adventnet.nms.jsp.HtmlMenuParser

public class HtmlMenuParser
extends java.lang.Object


Constructor Summary
HtmlMenuParser()
           
 
Method Summary
 java.lang.String getFilePath(java.lang.String menuName, java.lang.String userName)
          Used to get the absolute URL
 java.util.Hashtable getFrameMenuList(java.lang.String menuName, java.lang.String userName)
          Used to get the menu specifc to the frame
 java.util.Vector getPanelMenu()
          Returns the panel menu
 void getPanelMenuList(java.lang.String menuName, java.lang.String userName)
          Used to get the panel-specific menu
 java.util.Vector getPanelMenuUrl()
          Returns the panel menu url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlMenuParser

public HtmlMenuParser()
Method Detail

getFrameMenuList

public java.util.Hashtable getFrameMenuList(java.lang.String menuName,
                                            java.lang.String userName)
                                     throws java.lang.Exception
Used to get the menu specifc to the frame

Parameters:
menuName - the name of the menu
userName - the name of the user
Returns:
a java.util.Hashtable object
Throws:
java.lang.Exception

getFilePath

public java.lang.String getFilePath(java.lang.String menuName,
                                    java.lang.String userName)
                             throws java.io.IOException
Used to get the absolute URL

Parameters:
menuName - the name of the menu
userName - the name of the user
Returns:
a String object containing the filePath
Throws:
java.io.IOException

getPanelMenu

public java.util.Vector getPanelMenu()
Returns the panel menu

Returns:
java.util.Vector object containing the panel menu

getPanelMenuUrl

public java.util.Vector getPanelMenuUrl()
Returns the panel menu url

Returns:
java.uti.Vector object containing the panel menu urls'

getPanelMenuList

public void getPanelMenuList(java.lang.String menuName,
                             java.lang.String userName)
                      throws java.lang.Exception
Used to get the panel-specific menu

Parameters:
menuName - the name of the menu
userName - the name of the user
Throws:
java.lang.Exception

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.