General purpose nasty hack to determine if an exception can be
safely ignored -- specifically, if it's an IOException or
SocketException that is thrown in the normal course of a socket
closing halfway through a connection, or if it's a weird
unknown type of exception.
cb -
Variable in class org.apache.jasper.runtime.JspWriterImpl
When a generator implements ClassDeclarationPhase, its generate
method will only be invoked while generating the servlet's class
body and not during the service method phase.
What is the scratch directory we are generating code into?
FIXME: In some places this is called scratchDir and in some
other places it is called outputDir.
What is the scratch directory we are generating code into?
FIXME: In some places this is called scratchDir and in some
other places it is called outputDir.
What is the scratch directory we are generating code into?
FIXME: In some places this is called scratchDir and in some
other places it is called outputDir.
JspCompiler is an implementation of Compiler with a funky code
mangling and code generation scheme!
The reason that it is both a sub-class of compiler and an implementation
of mangler is because the isOutDated method that is overridden and the
name mangulation both depend on the actual existance of other class and
java files.
Do you want support for "large" files? What this essentially
means is that we generated code so that the HTML data in a JSP
file is stored separately as opposed to those constant string
data being used literally in the generated servlet.
Logs the message and Throwable to its logger or, if logger
not found, to the default logger, which writes to the
default sink, which is usually System.err
Do you want stack traces and such displayed in the client's
browser? If this is false, such messages go to the standard
error or a log file if the standard error is redirected.
An internationalization / localization helper class which reduces
the bother of handling ResourceBundles and takes care of the
common cases of message formating which otherwise require the
creation of Object arrays and such.
Converts a Throwable to a printable stack trace, including the
nested root cause for a ServletException or JasperException if
applicable
TODO: JDBCException too
Converts a Throwable to a printable stack trace, including the
nested root cause for a ServletException or JasperException or
SQLException if applicable
timestamp -
Variable in class org.apache.jasper.logging.Logger