Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.servlet | |
org.apache.jasper.xmlparser | |
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,
javax.servlet.jsp.tagext.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,
javax.servlet.jsp.tagext.TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
XMLEncodingDetector.getEncoding(String fname,
Jar jar,
JspCompilationContext ctxt,
ErrorDispatcher err)
Autodetects the encoding of the XML document supplied by the given
input stream.
|
Modifier and Type | Class and Description |
---|---|
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
(e.g. |
Modifier and Type | Method and Description |
---|---|
static Jar |
JarFactory.newInstance(URL url) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.