| java.lang.Object javax.servlet.jsp.JspFactory com.rimfaxe.webserver.runtime.JspFactoryImpl
JspFactoryImpl | public class JspFactoryImpl extends JspFactory (Code) | | Implementation of JspFactory from the spec. Helps create
PageContext and other animals.
author: Anil K. Vijendran |
Inner Class :protected class PrivilegedGetPageContext implements PrivilegedAction | |
Inner Class :protected class PrivilegedReleasePageContext implements PrivilegedAction | |
Method Summary | |
public JspEngineInfo | getEngineInfo() | public PageContext | getPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush) | protected PageContext | internalGetPageContext(Servlet servlet, ServletRequest request, ServletResponse response, String errorPageURL, boolean needsSession, int bufferSize, boolean autoflush) | public void | releasePageContext(PageContext pc) |
|
|