|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Destination | |
org.tp23.jasper | |
org.tp23.jasper.runtime | This package contains code that the JSP runtime uses. |
org.tp23.jsp | This package contains interfaces and exceptions to abstract the compilation from accessing the compiled results. |
Uses of Destination in org.tp23.jasper |
Classes in org.tp23.jasper that implement Destination | |
class |
DestinationImpl
Replacement for a request/response. |
Methods in org.tp23.jasper that return Destination | |
Destination |
MyJasper.getNewDestination(java.util.Map parameters)
|
Methods in org.tp23.jasper with parameters of type Destination | |
java.lang.String |
MyJasper.getOutput(java.lang.String jspFile,
Destination dest)
Gets the output of a given JSP. |
Uses of Destination in org.tp23.jasper.runtime |
Fields in org.tp23.jasper.runtime declared as Destination | |
protected Destination |
ObjectPageContextImpl.destination
Description of the Field |
protected Destination |
ObjectJspWriterImpl.destination
Description of the Field |
Methods in org.tp23.jasper.runtime that return Destination | |
Destination |
ObjectPageContextImpl.getDestination()
Gets the destination attribute of the ObjectPageContextImpl object |
Destination |
ObjectJspWriterImpl.getDestination()
|
Methods in org.tp23.jasper.runtime with parameters of type Destination | |
ObjectPageContext |
ObjectJspFactoryImpl.getPageContext(JspBase base,
Destination destination,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
|
void |
ObjectPageContextImpl.initialize(JspBase baseJsp,
Destination destination,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoFlush)
|
void |
ObjectJspWriterImpl.init(Destination destination,
int sz,
boolean autoFlush)
Description of the Method |
void |
ObjectJspBase.service(Destination destination)
The main entry point into a JSP. |
abstract void |
ObjectJspBase._jspService(Destination destination)
|
Constructors in org.tp23.jasper.runtime with parameters of type Destination | |
ObjectJspWriterImpl(Destination destination)
Constructor for the ObjectJspWriterImpl object |
Uses of Destination in org.tp23.jsp |
Methods in org.tp23.jsp that return Destination | |
Destination |
Engine.getNewDestination(java.util.Map parameters)
|
Destination |
ObjectJspWriter.getDestination()
|
Destination |
ObjectPageContext.getDestination()
|
Methods in org.tp23.jsp with parameters of type Destination | |
java.lang.String |
Engine.getOutput(java.lang.String jspFile,
Destination dest)
|
void |
ObjectJspWriter.init(Destination destination,
int sz,
boolean autoFlush)
|
ObjectPageContext |
ObjectJspFactory.getPageContext(JspBase base,
Destination destination,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
|
void |
ObjectPageContext.initialize(JspBase jspBase,
Destination destination,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoFlush)
|
void |
JspBase.service(Destination destination)
|
void |
JspBase._jspService(Destination destination)
|
|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |