Class JspFactoryImpl


  • public class JspFactoryImpl
    extends javax.servlet.jsp.JspFactory
    Implementation of JspFactory.
    Author:
    Anil K. Vijendran, Kin-man Chung
    • Constructor Detail

      • JspFactoryImpl

        public JspFactoryImpl()
    • Method Detail

      • getPageContext

        public javax.servlet.jsp.PageContext getPageContext​(javax.servlet.Servlet servlet,
                                                            javax.servlet.ServletRequest request,
                                                            javax.servlet.ServletResponse response,
                                                            String errorPageURL,
                                                            boolean needsSession,
                                                            int bufferSize,
                                                            boolean autoflush)
        Specified by:
        getPageContext in class javax.servlet.jsp.JspFactory
      • releasePageContext

        public void releasePageContext​(javax.servlet.jsp.PageContext pc)
        Specified by:
        releasePageContext in class javax.servlet.jsp.JspFactory
      • getEngineInfo

        public javax.servlet.jsp.JspEngineInfo getEngineInfo()
        Specified by:
        getEngineInfo in class javax.servlet.jsp.JspFactory
      • getJspApplicationContext

        public javax.servlet.jsp.JspApplicationContext getJspApplicationContext​(javax.servlet.ServletContext context)
        Specified by:
        getJspApplicationContext in class javax.servlet.jsp.JspFactory