|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.components.menu.MainMenu
MainMenu Class - Reads the XML file containing the Menu Groups and Options and builds a LinkedHashMap of Groups / Options that the User logged in has security access to.
| Constructor Summary | |
MainMenu()
Default constructor. |
|
| Method Summary | |
void |
determineComp(HttpServletRequest request,
PageContext pageContext)
Builds the HashMap of the Menu Groups / Options the User logged in has security access to, if the HashMap hasnt already been built. |
Map |
getComponents()
Return Map containing list of Groups / Options User logged in has access. |
static void |
main(String[] args)
Test that the menu can be read ok |
void |
reset()
Reset the HashMap to null |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MainMenu()
| Method Detail |
public void determineComp(HttpServletRequest request,
PageContext pageContext)
request - The web server request to use for contextpublic void reset()
public Map getComponents()
public static void main(String[] args)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||