javax.servlet.jsp
Class JspFactory

java.lang.Object
  |
  +--javax.servlet.jsp.JspFactory

public abstract class JspFactory
extends java.lang.Object

XXX


Constructor Summary
JspFactory()
          XXX [mjw] Why is this public, shouldn't it be protected?
 
Method Summary
abstract  PageContext creatPageContext(Servlet s, ServletRequest req, ServletResponse res, boolean needsSession, int bufferSize, boolean autoflush)
          XXX
static JspFactory getDefaultFactory()
          XXX
static void setDefaultFactory(JspFactory fac)
          XXX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspFactory

public JspFactory()
XXX [mjw] Why is this public, shouldn't it be protected?
Method Detail

creatPageContext

public abstract PageContext creatPageContext(Servlet s,
                                             ServletRequest req,
                                             ServletResponse res,
                                             boolean needsSession,
                                             int bufferSize,
                                             boolean autoflush)
XXX
Parameters:
s - XXX
req - XXX
res - XXX
needsSession - XXX
bufferSize - XXX
autoflush - XXX
Returns:
XXX

getDefaultFactory

public static JspFactory getDefaultFactory()
XXX
Returns:
XXX

setDefaultFactory

public static void setDefaultFactory(JspFactory fac)
XXX
Parameters:
fac - XXX