Uses of Class
org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher
Packages that use ErrorDispatcher
Package
Description
-
Uses of ErrorDispatcher in org.apache.sling.scripting.jsp.jasper.compiler
Fields in org.apache.sling.scripting.jsp.jasper.compiler declared as ErrorDispatcherModifier and TypeFieldDescriptionprotected ErrorDispatcher
BeanRepository.errDispatcher
protected ErrorDispatcher
Compiler.errDispatcher
Methods in org.apache.sling.scripting.jsp.jasper.compiler that return ErrorDispatcherMethods in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type ErrorDispatcherModifier and TypeMethodDescriptionvoid
TagPluginManager.apply
(org.apache.sling.scripting.jsp.jasper.compiler.Node.Nodes page, ErrorDispatcher err, PageInfo pageInfo) static void
JspUtil.checkAttributes
(String typeOfTag, org.apache.sling.scripting.jsp.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.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) Checks to see if the given scope is valid.static InputStream
JspUtil.getInputStream
(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) static String
JspUtil.getTagHandlerClassName
(String path, ErrorDispatcher err) Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.void
PageInfo.setAutoFlush
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) void
PageInfo.setBufferValue
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) void
PageInfo.setDeferredSyntaxAllowedAsLiteral
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir) void
PageInfo.setIsELIgnored
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir) void
PageInfo.setIsErrorPage
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) void
PageInfo.setIsThreadSafe
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) void
PageInfo.setLanguage
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir) void
PageInfo.setSession
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err) void
PageInfo.setTrimDirectiveWhitespaces
(String value, org.apache.sling.scripting.jsp.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir) static void
JspUtil.validateExpressions
(org.apache.sling.scripting.jsp.jasper.compiler.Mark where, String expressions, Class expectedType, javax.el.FunctionMapper functionMapper, ErrorDispatcher err) Deprecated.now delegated to the org.apache.el PackageConstructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type ErrorDispatcherModifierConstructorDescriptionBeanRepository
(ClassLoader loader, ErrorDispatcher err) Constructor. -
Uses of ErrorDispatcher in org.apache.sling.scripting.jsp.jasper.xmlparser
Methods in org.apache.sling.scripting.jsp.jasper.xmlparser with parameters of type ErrorDispatcherModifier and TypeMethodDescriptionstatic Object[]
XMLEncodingDetector.getEncoding
(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err) Autodetects the encoding of the XML document supplied by the given input stream.