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.jasper.xmlparser 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 LongJspCompilationContext. getLastModified(String resource, Jar tagJar)voidJspCompilationContext. setTagFileJar(Jar tagJar)Constructors in org.apache.jasper with parameters of type Jar Constructor Description JspCompilationContext(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 InputSourceJspUtil. getInputSource(String fname, Jar jar, JspCompilationContext ctxt)static InputStreamJspUtil. 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 Jar Constructor Description JspServletWrapper(ServletContext servletContext, Options options, String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, Jar tagJar) -
Uses of Jar in org.apache.jasper.xmlparser
Methods in org.apache.jasper.xmlparser with parameters of type Jar Modifier and Type Method Description static Object[]XMLEncodingDetector. getEncoding(String fname, Jar jar, JspCompilationContext ctxt, ErrorDispatcher err)Deprecated.Autodetects the encoding of the XML document supplied by the given input stream. -
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, String webappPath, boolean isWebapp)A JAR was found and may be accessed for further processing via the provided URL connection.
-