jrun.jsp
Class JSPTranslator

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

public final class JSPTranslator
extends Translator

A translator is something that parse's a JSP page into a servlet.


Fields inherited from class jrun.jsp.Translator
application, jspEngine
 
Constructor Summary
JSPTranslator(javax.servlet.ServletContext app, JSPEngine jspEngine)
           
 
Method Summary
protected  JSPCompiler getPageCompiler(TranslationContext tc)
           
 
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

JSPTranslator

public JSPTranslator(javax.servlet.ServletContext app,
                     JSPEngine jspEngine)
Method Detail

getPageCompiler

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


Copyright � 2002 Macromedia Corporation. All Rights Reserved.