Uses of Interface
org.apache.tomcat.Jar
-
Packages that use Jar Package Description org.apache.jasper org.apache.jasper.compiler org.apache.jasper.servlet org.apache.tomcat -
-
Uses of Jar in org.apache.jasper
Methods in org.apache.jasper that return Jar Modifier and Type Method Description JarJspCompilationContext. getTagFileJar()Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.Methods in org.apache.jasper with parameters of type Jar Modifier and Type Method Description java.lang.LongJspCompilationContext. getLastModified(java.lang.String resource, Jar tagJar)voidJspCompilationContext. setTagFileJar(Jar tagJar)Constructors in org.apache.jasper with parameters of type Jar Constructor Description JspCompilationContext(java.lang.String tagfile, TagInfo tagInfo, Options options, ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, Jar tagJar) -
Uses of Jar in org.apache.jasper.compiler
Methods in org.apache.jasper.compiler with parameters of type Jar Modifier and Type Method Description static org.xml.sax.InputSourceJspUtil. getInputSource(java.lang.String fname, Jar jar, JspCompilationContext ctxt)static java.io.BufferedInputStreamJspUtil. getInputStream(java.lang.String fname, Jar jar, JspCompilationContext ctxt) -
Uses of Jar in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type Jar Constructor Description JspServletWrapper(ServletContext servletContext, Options options, java.lang.String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, Jar tagJar) -
Uses of Jar in org.apache.tomcat
Methods in org.apache.tomcat with parameters of type Jar Modifier and Type Method Description voidJarScannerCallback. scan(Jar jar, java.lang.String webappPath, boolean isWebapp)A JAR was found and may be accessed for further processing via the provided URL connection.
-