| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| org.apache.jasper.xmlparser | |
| org.apache.tomcat | |
| org.apache.tomcat.util.descriptor.tld |
Package containing a Java model of the XML for a Tag Library Descriptor.
|
| org.apache.tomcat.util.descriptor.web | |
| org.apache.tomcat.util.scan |
| 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,
javax.servlet.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(javax.servlet.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.
|
| Modifier and Type | Method and Description |
|---|---|
Jar |
TldResourcePath.openJar() |
| Modifier and Type | Method and Description |
|---|---|
void |
FragmentJarScannerCallback.scan(Jar jar,
String webappPath,
boolean isWebapp) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInputStreamJar
Base implementation of Jar for implementations that use a JarInputStream to
access the JAR file.
|
class |
JarFileUrlJar
Implementation of
Jar that is optimised for file based JAR URLs that
refer directly to a JAR file (e.g URLs of the form jar:file: ... |
class |
JarFileUrlNestedJar
Implementation of
Jar that is optimised for file
based JAR URLs that refer to a JAR file nested inside a WAR
(e.g URLs of the form jar:file: ... |
class |
UrlJar
Implementation of
Jar that is optimised for
non-file based JAR URLs. |
| Modifier and Type | Method and Description |
|---|---|
static Jar |
JarFactory.newInstance(URL url) |
Copyright © 2014–2018 Webtide. All rights reserved.