|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jrun.jsp.Translator
|
+--jrun.jsp.JSTTranslator
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 |
public JSTTranslator(javax.servlet.ServletContext application,
JSPEngine jspEngine,
JSTTagLibraryInfo tli)
| Method Detail |
public boolean translate(java.lang.String pagePath)
throws javax.servlet.ServletException,
java.io.IOException
protected JSPCompiler getPageCompiler(TranslationContext tc)
getPageCompiler in class Translator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||