org.tp23.jasper.runtime
Class ObjectJspFactoryImpl
java.lang.Object
|
+--org.tp23.jasper.runtime.ObjectJspFactoryImpl
- All Implemented Interfaces:
- ObjectJspFactory
- public class ObjectJspFactoryImpl
- extends java.lang.Object
- implements ObjectJspFactory
Implementation of JspFactory from the spec. Create ObjectPageContext for jsp
as they are run
- Author:
- Anil K. Vijendran, Paul Hinds
Constructor Summary |
ObjectJspFactoryImpl()
remenber to set the ObjectContainerContext before attempting to retrieve
PageContexts from this calss |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectJspFactoryImpl
public ObjectJspFactoryImpl()
- remenber to set the ObjectContainerContext before attempting to retrieve
PageContexts from this calss
setObjectContainerContext
public void setObjectContainerContext(ObjectContainerContext contCtx)
- Constructor for the ObjectJspFactoryImpl object
- Specified by:
setObjectContainerContext
in interface ObjectJspFactory
- Parameters:
contCtx
- Description of Parameter
getPageContext
public ObjectPageContext getPageContext(JspBase base,
Destination destination,
java.lang.String errorPageURL,
boolean needsSession,
int bufferSize,
boolean autoflush)
- Specified by:
getPageContext
in interface ObjectJspFactory
- Parameters:
base
- Description of Parameterdestination
- Description of ParametererrorPageURL
- Description of ParameterneedsSession
- Description of ParameterbufferSize
- Description of Parameterautoflush
- Description of Parameter- Returns:
- The pageContext value
releasePageContext
public void releasePageContext(ObjectPageContext pc)
- Gets the engineInfo attribute of the JspFactoryImpl object
Gets the engineInfo attribute of the JspFactoryImpl object Gets the
engineInfo attribute of the JspFactoryImpl object Description of the Method
- Specified by:
releasePageContext
in interface ObjectJspFactory
- Parameters:
pc
- Description of Parameter