Uses of Class
com.caucho.jsp.JspCompilerInstance

Packages that use JspCompilerInstance
com.caucho.jsp   
 

Uses of JspCompilerInstance in com.caucho.jsp
 

Fields in com.caucho.jsp declared as JspCompilerInstance
protected  JspCompilerInstance JspGenerator._jspCompilerInstance
           
 

Methods in com.caucho.jsp that return JspCompilerInstance
 JspCompilerInstance JspCompiler.getCompilerInstance(Path jspPath, java.lang.String uri)
          Returns the compilation instance.
 JspCompilerInstance JspCompiler.getCompilerInstance(Path jspPath, java.lang.String uri, java.lang.String className)
          Returns the compilation instance.
 JspCompilerInstance JspGenerator.getJspCompilerInstance()
           
 

Methods in com.caucho.jsp with parameters of type JspCompilerInstance
 void JspGenerator.setJspCompilerInstance(JspCompilerInstance compiler)