constructs an absolute filename to a .class file corresponding
to the fully-qualified class name clsName, using
the directory indicated by clsDir() as the root for
the path.
constructs an absolute filename to a .java file corresponding
to the fully-qualified class name clsName, using
the directory indicated by srcDir() as the root for
the path.
Simple class used to establish defaults for the Caches used
by Jasper as established by settings either in a resource file
or via System property (-D at the command line).
name of configuration property to set to specify a
different default JasperToolkit implementation to return
from the createToolkit() method with a null toolkit
name.
accessor for retrieving an instance of the default JspMangler
implementation class for this toolkit implementation and
associated with the indicated jspUri and
outputDir.
return an instance of ModificationChecker of a type indicated
by this toolkit's name, that compares the relative
modification dates of source and target.
name of property to set to control the depth of recursion
explored when the JSP Compiler checks modification dates
on Jsp files with static includes of other jsp files.
name of property to set the JSP_PACKAGE used to
name the top-level of the package hierarchy of
java classes generated when parsing/compiling
jsp pages.
an implementation of the JspMangler interface for deriving valid
java class, package, source file and class file names for an indicated Jsp
URI and output directory.
implementation of Modification Checker that will recurse through all
static includes in a Java Server Pages source document (up to a depth
of INCLUDE_RECURSION_MAX), comparing
file modification dates until it finds one newer than the target
file.
A simple, straight-forward cache storage class based on HashMap
that implements least-recently-used flushing as well as optional
expiration flushing on an object-by-object basis.
implementation of Modification Checker that will recurse through all
static includes in a Java Server Pages source document, comparing
file modification dates until it finds one newer than the target
file.
A simple, straight-forward cache storage class that implements
least-recently-used flushing as well as optional expiration
flushing on an object-by-object basis.