| Package | Description |
|---|---|
| org.apache.jasper.compiler | |
| org.apache.jasper.xmlparser |
| Modifier and Type | Method and Description |
|---|---|
ErrorDispatcher |
Compiler.getErrorDispatcher()
Gets the error dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagPluginManager.apply(Node.Nodes page,
ErrorDispatcher err,
PageInfo pageInfo) |
static void |
JspUtil.checkAttributes(java.lang.String typeOfTag,
org.apache.jasper.compiler.Node n,
JspUtil.ValidAttribute[] validAttributes,
ErrorDispatcher err)
Checks if all mandatory attributes are present and if all attributes
present have valid names.
|
static void |
JspUtil.checkScope(java.lang.String scope,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err)
Checks to see if the given scope is valid.
|
static java.io.InputStream |
JspUtil.getInputStream(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err) |
static java.lang.String |
JspUtil.getTagHandlerClassName(java.lang.String path,
ErrorDispatcher err)
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
|
void |
JDTJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
AntJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
NullJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
Jsr199JavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
PageInfo.setAutoFlush(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err) |
void |
PageInfo.setBufferValue(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err) |
void |
PageInfo.setDeferredSyntaxAllowedAsLiteral(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
PageInfo.setIsELIgnored(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
PageInfo.setIsErrorPage(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err) |
void |
PageInfo.setIsThreadSafe(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err) |
void |
PageInfo.setLanguage(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
void |
PageInfo.setSession(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err) |
void |
PageInfo.setTrimDirectiveWhitespaces(java.lang.String value,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err,
boolean pagedir) |
static void |
JspUtil.validateExpressions(org.apache.jasper.compiler.Mark where,
java.lang.String expressions,
javax.el.FunctionMapper functionMapper,
ErrorDispatcher err)
Validates the syntax of all EL expressions within the given string.
|
| Constructor and Description |
|---|
TagLibraryInfoImpl(JspCompilationContext ctxt,
org.apache.jasper.compiler.ParserController pc,
java.lang.String prefix,
java.lang.String uriIn,
java.lang.String[] location,
ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object[] |
XMLEncodingDetector.getEncoding(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err)
Autodetects the encoding of the XML document supplied by the given
input stream.
|
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.