void |
BeanRepository.addBean(Node.UseBean n,
String s,
String type,
String scope) |
|
void |
TagPluginManager.apply(Node.Nodes page,
ErrorDispatcher err,
org.apache.jasper.compiler.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.
|
void |
Compiler.compile() |
Compile the jsp file from the current engine context.
|
void |
Compiler.compile(boolean compileClass) |
Compile the jsp file from the current engine context.
|
void |
Compiler.compile(boolean compileClass,
boolean jspcMode) |
Compile the jsp file from the current engine context.
|
static void |
TextOptimizer.concatenate(Compiler compiler,
Node.Nodes page) |
|
static JavacErrorDetail |
ErrorDispatcher.createJavacError(String fname,
Node.Nodes page,
StringBuilder errMsgBuf,
int lineNum) |
Create a compilation error.
|
static JavacErrorDetail |
ErrorDispatcher.createJavacError(String fname,
Node.Nodes page,
StringBuilder errMsgBuf,
int lineNum,
JspCompilationContext ctxt) |
Create a compilation error.
|
protected void |
AntCompiler.generateClass(Map<String,SmapStratum> smaps) |
Compile the servlet from .java file to .class file
|
protected abstract void |
Compiler.generateClass(Map<String,SmapStratum> smaps) |
Servlet compilation.
|
protected void |
JDTCompiler.generateClass(Map<String,SmapStratum> smaps) |
Compile the servlet from .java file to .class file
|
Class<?> |
BeanRepository.getBeanType(String bean) |
|
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.
|
TaglibXml |
TldCache.getTaglibXml(TldResourcePath tldResourcePath) |
|
void |
ErrorDispatcher.javacError(String errorReport,
Exception e) |
Dispatches the given compilation error report and exception to the
configured error handler.
|
void |
ErrorDispatcher.javacError(JavacErrorDetail[] javacErrors) |
Dispatches the given javac compilation errors to the configured error
handler.
|
void |
ErrorHandler.javacError(String errorReport,
Exception exception) |
Processes the given javac error report and exception.
|
void |
ErrorHandler.javacError(JavacErrorDetail[] details) |
Processes the given javac compilation errors.
|
void |
ErrorDispatcher.jspError(Exception e) |
Dispatches the given parsing exception to the configured error handler.
|
void |
ErrorDispatcher.jspError(Exception e,
String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorDispatcher.jspError(String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorDispatcher.jspError(org.apache.jasper.compiler.Mark where,
Exception e,
String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorDispatcher.jspError(org.apache.jasper.compiler.Mark where,
String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorDispatcher.jspError(org.apache.jasper.compiler.Node n,
Exception e,
String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorDispatcher.jspError(org.apache.jasper.compiler.Node n,
String errCode,
String... args) |
Dispatches the given JSP parse error to the configured error handler.
|
void |
ErrorHandler.jspError(String fname,
int line,
int column,
String msg,
Exception exception) |
Processes the given JSP parse error.
|
void |
ErrorHandler.jspError(String msg,
Exception exception) |
Processes the given JSP parse error.
|
static void |
ELFunctionMapper.map(Node.Nodes page) |
Creates the functions mappers for all EL expressions in the JSP page.
|
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).
|