|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.dvw.administration.mvc.navigation.LeftMenuXSLTImpl
Created by IntelliJ IDEA. User: Toon.Timbermont Date: Mar 25, 2005 Time: 6:19:27 PM To change this template use File | Settings | File Templates.
Constructor Summary | |
LeftMenuXSLTImpl(java.lang.String currentItem)
Constructor based on the currently selected item, defining the currentMenu |
Method Summary | |
org.dom4j.Document |
getCurrentMenu()
Method returning the unformatted HTML menu based on the XSL transformation |
protected org.dom4j.Document |
getCurrentMenu(org.dom4j.Document document,
java.lang.String currentItem)
Helper method that transforms the menu XML to the output HTML |
protected org.dom4j.Document |
getXmlMenu()
Helper method that reads the XML menu file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LeftMenuXSLTImpl(java.lang.String currentItem) throws java.io.IOException, org.dom4j.DocumentException, javax.xml.transform.TransformerException
currentItem
-
java.io.IOException
org.dom4j.DocumentException
javax.xml.transform.TransformerException
Method Detail |
public org.dom4j.Document getCurrentMenu()
getCurrentMenu
in interface LeftMenu
protected org.dom4j.Document getXmlMenu() throws java.net.MalformedURLException, org.dom4j.DocumentException
java.net.MalformedURLException
org.dom4j.DocumentException
protected org.dom4j.Document getCurrentMenu(org.dom4j.Document document, java.lang.String currentItem) throws javax.xml.transform.TransformerException
document
- currentItem
-
javax.xml.transform.TransformerException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |