All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javax.servlet.jsp.JspFactory

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

public abstract class JspFactory
extends Object
XXX


Constructor Index

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

Method Index

 o getDefaultFactory()
XXX
 o getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean)
XXX
 o releasePageContext(PageContext)
 o setDefaultFactory(JspFactory)
XXX

Constructors

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

Methods

 o getPageContext
 public abstract PageContext getPageContext(Servlet s,
                                            ServletRequest req,
                                            ServletResponse res,
                                            String errorPageURL,
                                            boolean needsSession,
                                            int bufferSize,
                                            boolean autoflush) throws IOException
XXX

Parameters:
s - XXX
req - XXX
res - XXX
needsSession - XXX
bufferSize - XXX
autoflush - XXX
Returns:
XXX
 o getDefaultFactory
 public static JspFactory getDefaultFactory()
XXX

Returns:
XXX
 o setDefaultFactory
 public static void setDefaultFactory(JspFactory fac)
XXX

Parameters:
fac - XXX
 o releasePageContext
 public abstract void releasePageContext(PageContext pageContext)

All Packages  Class Hierarchy  This Package  Previous  Next  Index