| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| org.apache.tomcat |
| Modifier and Type | Method and Description |
|---|---|
Jar |
JspCompilationContext.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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
JspCompilationContext.getLastModified(java.lang.String resource,
Jar tagJar) |
void |
JspCompilationContext.setTagFileJar(Jar tagJar) |
| Constructor and Description |
|---|
JspCompilationContext(java.lang.String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Method and Description |
|---|---|
static org.xml.sax.InputSource |
JspUtil.getInputSource(java.lang.String fname,
Jar jar,
JspCompilationContext ctxt) |
static java.io.BufferedInputStream |
JspUtil.getInputStream(java.lang.String fname,
Jar jar,
JspCompilationContext ctxt) |
| Constructor and Description |
|---|
JspServletWrapper(ServletContext servletContext,
Options options,
java.lang.String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Method and Description |
|---|---|
void |
JarScannerCallback.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.
|
Copyright © 2014–2021. All rights reserved.