FreeHEP API
Version v1.2.2

org.freehep.tools
Class WebPageIncluder

java.lang.Object
  |
  +--org.freehep.tools.WebPageIncluder

public class WebPageIncluder
extends Object


Constructor Summary
WebPageIncluder(org.apache.velocity.context.Context context)
           
 
Method Summary
 String menu(String xmlFile)
          Converts 'xmlFile' using 'Menu.xslt'
 String xml(String xmlFile)
           
 String xslt(String xmlFile, String xsltFile)
          Converts 'xmlFile' using 'xsltFile'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPageIncluder

public WebPageIncluder(org.apache.velocity.context.Context context)
                throws Exception
Method Detail

menu

public String menu(String xmlFile)
            throws TransformerConfigurationException,
                   TransformerException
Converts 'xmlFile' using 'Menu.xslt'

TransformerConfigurationException
TransformerException

xslt

public String xslt(String xmlFile,
                   String xsltFile)
            throws TransformerConfigurationException,
                   TransformerException
Converts 'xmlFile' using 'xsltFile'

TransformerConfigurationException
TransformerException

xml

public String xml(String xmlFile)
           throws IOException
IOException

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.