| Package | Description | 
|---|---|
| org.apache.struts2.jasper.compiler | |
| org.apache.struts2.jasper.xmlparser | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ErrorDispatcher | BeanRepository. errDispatcher | 
| protected ErrorDispatcher | Compiler. errDispatcher | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorDispatcher | Compiler. getErrorDispatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TagPluginManager. apply(Node.Nodes page,
     ErrorDispatcher err,
     org.apache.struts2.jasper.compiler.PageInfo pageInfo) | 
| static void | JspUtil. checkAttributes(String typeOfTag,
               org.apache.struts2.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.struts2.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)Deprecated. 
 Use  JspUtil.getTagHandlerClassName(String, String, ErrorDispatcher)See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471 | 
| 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. | 
| static void | JspUtil. validateExpressions(org.apache.struts2.jasper.compiler.Mark where,
                   String expressions,
                   Class expectedType,
                   javax.el.FunctionMapper functionMapper,
                   ErrorDispatcher err)Deprecated. 
 now delegated to the org.apache.el Package | 
| Constructor and Description | 
|---|
| BeanRepository(ClassLoader loader,
              ErrorDispatcher err)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 © 2000–2025 Apache Software Foundation. All rights reserved.