|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.tp23.jasper.compiler | |
org.tp23.jasper | |
org.tp23.jasper.compiler | This package contains code that compiles the JSP pages. |
org.tp23.jasper.servlet | This package contains code that is mostly specific to running the JSP compiler in a webcontext. |
Classes in org.tp23.jasper.compiler used by org.tp23.jasperCompiler
|
If you want to customize JSP compilation aspects, this class is something you should take a look at. JspReader
|
JspReader is an input buffer for the JSP parser. ServletWriter
|
This is what is used to generate servlets. |
Classes in org.tp23.jasper.compiler used by org.tp23.jasper.compilerBaseJspListener
|
An abstract base class to make things easy during development. BeanRepository
|
Holds instances of {session, application, page}-scoped beans CharDataGenerator
|
CharDataGenerator generates the character data present in the JSP file. ClassDeclarationPhase
|
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. CommentGenerator
|
Compiler
|
If you want to customize JSP compilation aspects, this class is something you should take a look at. Generator
|
Interface that all generators implement. InitMethodPhase
|
If you want code generated into init() method, then implement this interface. JavaCompiler
|
If you want to plugin your own Java compiler, you probably want to write a class that implements this interface. JspReader
|
JspReader is an input buffer for the JSP parser. JspUtil.ValidAttribute
|
Mangler
|
You can control attributes like classname, packagename etc by plugging in your own mangler. Mark
|
Mark represents a point in the JSP input. ParseEventListener
|
Interface for the JSP code generation backend. ParseException
|
Class for parser exceptions. ServiceMethodPhase
|
If your generator needs to generate code into the jspService() method (which is very likely), it should implement this class. ServletWriter
|
This is what is used to generate servlets. TagCache
|
A simple cache to hold results of one-time evaluation for a custom tag. TagLibraries
|
A container for all tag libraries that have been imported using the taglib directive. |
Classes in org.tp23.jasper.compiler used by org.tp23.jasper.servletMangler
|
You can control attributes like classname, packagename etc by plugging in your own mangler. |
|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |