JSPTemplates

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
 
Method Summary
 ObjectPageContext getPageContext(JspBase base, Destination destination, java.lang.String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush)
           
 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
 void setObjectContainerContext(ObjectContainerContext contCtx)
          Constructor for the ObjectJspFactoryImpl object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectJspFactoryImpl

public ObjectJspFactoryImpl()
remenber to set the ObjectContainerContext before attempting to retrieve PageContexts from this calss
Method Detail

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 Parameter
destination - Description of Parameter
errorPageURL - Description of Parameter
needsSession - Description of Parameter
bufferSize - Description of Parameter
autoflush - 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

JSPTemplates