org.freehep.tools
Class WebPageIncluder
java.lang.Object
org.freehep.tools.WebPageIncluder
- public class WebPageIncluder
- extends Object
- Source Code:
- WebPageIncluder.java
Constructor Summary |
WebPageIncluder(org.apache.velocity.context.Context context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebPageIncluder
public WebPageIncluder(org.apache.velocity.context.Context context)
throws Exception
menu
public String menu(String xmlFile)
throws TransformerConfigurationException,
TransformerException
- Converts 'xmlFile' using 'Menu.xslt'
- Throws:
TransformerConfigurationException
TransformerException
xslt
public String xslt(String xmlFile,
String xsltFile)
throws TransformerConfigurationException,
TransformerException
- Converts 'xmlFile' using 'xsltFile'
- Throws:
TransformerConfigurationException
TransformerException
xml
public String xml(String xmlFile)
throws IOException
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.