Uses of Class
org.apache.jasper.compiler.ErrorDispatcher
-
Packages that use ErrorDispatcher Package Description org.apache.jasper.compiler org.apache.jasper.xmlparser -
-
Uses of ErrorDispatcher in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as ErrorDispatcher Modifier and Type Field Description private ErrorDispatcher
Generator. err
private ErrorDispatcher
ImplicitTagLibraryInfo. err
private ErrorDispatcher
JspDocumentParser. err
private ErrorDispatcher
JspReader. err
private ErrorDispatcher
PageDataImpl.FirstPassVisitor. err
private ErrorDispatcher
Parser. err
private ErrorDispatcher
ParserController. err
private ErrorDispatcher
ScriptingVariabler.ScriptingVariableVisitor. err
private ErrorDispatcher
TagFileProcessor.TagFileDirectiveVisitor. err
private ErrorDispatcher
TagLibraryInfoImpl. err
private ErrorDispatcher
Validator.DirectiveVisitor. err
private ErrorDispatcher
Validator.TagExtraInfoVisitor. err
private ErrorDispatcher
Validator.ValidateVisitor. err
private ErrorDispatcher
BeanRepository. errDispatcher
private ErrorDispatcher
Compiler. errDispatcher
private ErrorDispatcher
JDTJavaCompiler. errDispatcher
private ErrorDispatcher
Jsr199JavaCompiler. errDispatcher
private ErrorDispatcher
NullJavaCompiler. errDispatcher
Methods in org.apache.jasper.compiler that return ErrorDispatcher Modifier and Type Method Description ErrorDispatcher
Compiler. getErrorDispatcher()
Gets the error dispatcher.Methods in org.apache.jasper.compiler with parameters of type ErrorDispatcher Modifier and Type Method Description void
TagPluginManager. apply(Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo)
static void
JspUtil. checkAttributes(java.lang.String typeOfTag, 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, 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)
(package private) static java.io.InputStreamReader
JspUtil. getReader(java.lang.String fname, java.lang.String encoding, 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
JavaCompiler. init(JspCompilationContext ctxt, ErrorDispatcher err, boolean suppressLogging)
Initializationsvoid
JDTJavaCompiler. init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
void
Jsr199JavaCompiler. init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
void
NullJavaCompiler. init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
private void
TagPluginManager. init(ErrorDispatcher err)
static void
ScriptingVariabler. set(Node.Nodes page, ErrorDispatcher err)
void
PageInfo. setAutoFlush(java.lang.String value, Node n, ErrorDispatcher err)
void
PageInfo. setBufferValue(java.lang.String value, Node n, ErrorDispatcher err)
void
PageInfo. setDeferredSyntaxAllowedAsLiteral(java.lang.String value, Node n, ErrorDispatcher err, boolean pagedir)
void
PageInfo. setIsELIgnored(java.lang.String value, Node n, ErrorDispatcher err, boolean pagedir)
void
PageInfo. setIsErrorPage(java.lang.String value, Node n, ErrorDispatcher err)
void
PageInfo. setIsThreadSafe(java.lang.String value, Node n, ErrorDispatcher err)
void
PageInfo. setLanguage(java.lang.String value, Node n, ErrorDispatcher err, boolean pagedir)
void
PageInfo. setSession(java.lang.String value, Node n, ErrorDispatcher err)
void
PageInfo. setTrimDirectiveWhitespaces(java.lang.String value, Node n, ErrorDispatcher err, boolean pagedir)
static void
JspUtil. validateExpressions(Mark where, java.lang.String expressions, javax.el.FunctionMapper functionMapper, ErrorDispatcher err)
Validates the syntax of all EL expressions within the given string.Constructors in org.apache.jasper.compiler with parameters of type ErrorDispatcher Constructor Description BeanRepository(java.lang.ClassLoader loader, ErrorDispatcher err)
FirstPassVisitor(Node.Root root, PageInfo pageInfo, ErrorDispatcher err)
ImplicitTagLibraryInfo(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String tagdir, ErrorDispatcher err)
Constructor.JspReader(JspCompilationContext ctxt, java.lang.String fname, java.lang.String encoding, java.io.InputStreamReader reader, ErrorDispatcher err)
JspReader(JspCompilationContext ctxt, java.lang.String fname, java.lang.String encoding, java.util.jar.JarFile jarFile, ErrorDispatcher err)
ScriptingVariableVisitor(ErrorDispatcher err)
TagHandlerInfo(Node n, java.lang.Class tagHandlerClass, ErrorDispatcher err)
Constructor.TagLibraryInfoImpl(JspCompilationContext ctxt, 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. -
Uses of ErrorDispatcher in org.apache.jasper.xmlparser
Fields in org.apache.jasper.xmlparser declared as ErrorDispatcher Modifier and Type Field Description private ErrorDispatcher
XMLEncodingDetector. err
Methods in org.apache.jasper.xmlparser with parameters of type ErrorDispatcher Modifier and Type Method Description private java.lang.Object[]
XMLEncodingDetector. getEncoding(java.io.InputStream in, ErrorDispatcher err)
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.
-