| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| org.apache.jasper.xmlparser | |
| 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 |
|---|---|
Long |
JspCompilationContext.getLastModified(String resource,
Jar tagJar) |
void |
JspCompilationContext.setTagFileJar(Jar tagJar) |
| Constructor and Description |
|---|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Method and Description |
|---|---|
static InputSource |
JspUtil.getInputSource(String fname,
Jar jar,
JspCompilationContext ctxt) |
static InputStream |
JspUtil.getInputStream(String fname,
Jar jar,
JspCompilationContext ctxt) |
| Constructor and Description |
|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JarScannerCallback.scan(Jar jar,
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.