Uses of Class
org.apache.jasper.compiler.JspRuntimeContext

Packages that use JspRuntimeContext
org.apache.jasper   
org.apache.jasper.servlet   
 

Uses of JspRuntimeContext in org.apache.jasper
 

Methods in org.apache.jasper that return JspRuntimeContext
 JspRuntimeContext JspCompilationContext.getRuntimeContext()
           
 

Constructors in org.apache.jasper with parameters of type JspRuntimeContext
JspCompilationContext(String jspUri, boolean isErrPage, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt)
           
JspCompilationContext(String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 

Uses of JspRuntimeContext in org.apache.jasper.servlet
 

Constructors in org.apache.jasper.servlet with parameters of type JspRuntimeContext
JspServletWrapper(ServletContext servletContext, Options options, String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)
           
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.