Uses of Class
org.apache.sling.scripting.jsp.jasper.compiler.ErrorDispatcher

Packages that use ErrorDispatcher
org.apache.sling.scripting.jsp.jasper.compiler   
org.apache.sling.scripting.jsp.jasper.xmlparser   
 

Uses of ErrorDispatcher in org.apache.sling.scripting.jsp.jasper.compiler
 

Fields in org.apache.sling.scripting.jsp.jasper.compiler declared as ErrorDispatcher
protected  ErrorDispatcher BeanRepository.errDispatcher
           
protected  ErrorDispatcher Compiler.errDispatcher
           
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler that return ErrorDispatcher
 ErrorDispatcher Compiler.getErrorDispatcher()
          Gets the error dispatcher.
 

Methods in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type ErrorDispatcher
 void TagPluginManager.apply(Node.Nodes page, ErrorDispatcher err, org.apache.sling.scripting.jsp.jasper.compiler.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.
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 Package
 

Constructors in org.apache.sling.scripting.jsp.jasper.compiler with parameters of type ErrorDispatcher
BeanRepository(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 ErrorDispatcher
static Object[] XMLEncodingDetector.getEncoding(String fname, JarFile jarFile, JspCompilationContext ctxt, ErrorDispatcher err)
          Autodetects the encoding of the XML document supplied by the given input stream.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.