类 org.apache.jasper.compiler.ErrorDispatcher
的使用

使用 ErrorDispatcher 的软件包
org.apache.jasper.compiler   
org.apache.jasper.xmlparser   
 

org.apache.jasper.compilerErrorDispatcher 的使用
 

返回 ErrorDispatcherorg.apache.jasper.compiler 中的方法
 ErrorDispatcher Compiler.getErrorDispatcher()
          Gets the error dispatcher.
 

参数类型为 ErrorDispatcherorg.apache.jasper.compiler 中的方法
 void TagPluginManager.apply(Node.Nodes page, ErrorDispatcher err, 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 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 NullJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void Jsr199JavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void JDTJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void AntJavaCompiler.init(JspCompilationContext ctxt, ErrorDispatcher errDispatcher, boolean suppressLogging)
           
 void PageInfo.setAutoFlush(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err)
           
 void PageInfo.setBufferValue(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err)
           
 void PageInfo.setDeferredSyntaxAllowedAsLiteral(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir)
           
 void PageInfo.setIsELIgnored(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir)
           
 void PageInfo.setIsErrorPage(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err)
           
 void PageInfo.setIsThreadSafe(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err)
           
 void PageInfo.setLanguage(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir)
           
 void PageInfo.setSession(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err)
           
 void PageInfo.setTrimDirectiveWhitespaces(String value, org.apache.jasper.compiler.Node n, ErrorDispatcher err, boolean pagedir)
           
static void JspUtil.validateExpressions(org.apache.jasper.compiler.Mark where, String expressions, FunctionMapper functionMapper, ErrorDispatcher err)
          Validates the syntax of all EL expressions within the given string.
 

参数类型为 ErrorDispatcherorg.apache.jasper.compiler 中的构造方法
TagLibraryInfoImpl(JspCompilationContext ctxt, org.apache.jasper.compiler.ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err)
          Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
 

org.apache.jasper.xmlparserErrorDispatcher 的使用
 

参数类型为 ErrorDispatcherorg.apache.jasper.xmlparser 中的方法
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 © 2013. All Rights Reserved.