Uses of Interface
org.apache.tomcat.Jar
Packages that use Jar
Package
Description
-
Uses of Jar in org.apache.jasper
Methods in org.apache.jasper that return JarModifier and TypeMethodDescriptionJspCompilationContext.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 JarModifier and TypeMethodDescriptionJspCompilationContext.getLastModified(String resource, Jar tagJar) voidJspCompilationContext.setTagFileJar(Jar tagJar) Constructors in org.apache.jasper with parameters of type JarModifierConstructorDescriptionJspCompilationContext(String tagfile, TagInfo tagInfo, Options options, jakarta.servlet.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 JarModifier and TypeMethodDescriptionstatic InputSourceJspUtil.getInputSource(String fname, Jar jar, JspCompilationContext ctxt) static BufferedInputStreamJspUtil.getInputStream(String fname, Jar jar, JspCompilationContext ctxt) -
Uses of Jar in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type JarModifierConstructorDescriptionJspServletWrapper(jakarta.servlet.ServletContext servletContext, Options options, 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