jrun.jsp
Class JSTTranslator

java.lang.Object
  |
  +--jrun.jsp.Translator
        |
        +--jrun.jsp.JSTTranslator

public final class JSTTranslator
extends Translator

A translator is something that parse's a JSP page into XML, translates the XML with a stylesheet and compiles the output.


Fields inherited from class jrun.jsp.Translator
application, jspEngine
 
Constructor Summary
JSTTranslator(javax.servlet.ServletContext application, JSPEngine jspEngine, JSTTagLibraryInfo tli)
           
 
Method Summary
protected  JSPCompiler getPageCompiler(TranslationContext tc)
           
 boolean translate(java.lang.String pagePath)
           
 
Methods inherited from class jrun.jsp.Translator
checkServletPath, compilePage, createTranslationContext, getClassName, getPageLock, needsTranslating, parsePage, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSTTranslator

public JSTTranslator(javax.servlet.ServletContext application,
                     JSPEngine jspEngine,
                     JSTTagLibraryInfo tli)
Method Detail

translate

public boolean translate(java.lang.String pagePath)
                  throws javax.servlet.ServletException,
                         java.io.IOException

getPageCompiler

protected JSPCompiler getPageCompiler(TranslationContext tc)
Overrides:
getPageCompiler in class Translator


Copyright � 2002 Macromedia Corporation. All Rights Reserved.