| Package | Description |
|---|---|
| org.apache.jasper.compiler | |
| org.apache.jasper.xmlparser |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorDispatcher |
Compiler.errDispatcher |
| 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,
org.apache.jasper.compiler.PageInfo pageInfo) |
static void |
JspUtil.checkAttributes(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(String scope,
org.apache.jasper.compiler.Node n,
ErrorDispatcher err)
Checks to see if the given scope is valid.
|
static String |
JspUtil.getTagHandlerClassName(String path,
String urn,
ErrorDispatcher err)
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
|
| Constructor and Description |
|---|
BeanRepository(ClassLoader loader,
ErrorDispatcher err)
Constructor.
|
| 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.
|
Copyright © 2014–2015 Webtide. All rights reserved.