| Package | Description | 
|---|---|
| org.apache.struts2.jasper.compiler | 
| Modifier and Type | Method and Description | 
|---|---|
| static JavacErrorDetail | ErrorDispatcher. createJavacError(String fname,
                Node.Nodes page,
                StringBuffer errMsgBuf,
                int lineNum) | 
| static JavacErrorDetail | ErrorDispatcher. createJavacError(String fname,
                Node.Nodes page,
                StringBuffer errMsgBuf,
                int lineNum,
                JspCompilationContext ctxt) | 
| static JavacErrorDetail[] | ErrorDispatcher. parseJavacErrors(String errMsg,
                String fname,
                Node.Nodes page)
 Parses the given error message into an array of javac compilation error
 messages (one per javac compilation error line number). | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ErrorHandler. javacError(JavacErrorDetail[] details)Processes the given javac compilation errors. | 
| void | ErrorDispatcher. javacError(JavacErrorDetail[] javacErrors)
 Dispatches the given javac compilation errors to the configured error
 handler. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.