|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.jasper.compiler | |
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.servlet |
Classes in org.apache.jasper.compiler used by org.apache.jasper | |
Compiler
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.apache.jasper.compiler used by org.apache.jasper.compiler | |
BaseJspListener
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.apache.jasper.compiler used by org.apache.jasper.servlet | |
Mangler
You can control attributes like classname, packagename etc by plugging in your own mangler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |