com.caucho.jsp.WrapperPage Wraps Java JSP files using 'extends' in a page. Since a JSP file which uses 'extends' does not subclass from Page, we need to wrap it with a Page-compatible class. <p>Because it inherits from Page, the wrapped page still be recompiled when the underlying page changes. org.apache.jasper.runtime.HttpJspBase This is the super class of all JSP-generated servlets. @author Anil K. Vijendran com.caucho.jsp.SingleThreadWrapperPage Wraps Java JSP files using 'extends' in a page. Since a JSP file which uses 'extends' does not subclass from Page, we need to wrap it with a Page-compatible class. <p>Because it inherits from Page, the wrapped page still be recompiled when the underlying page changes. | Popular Tags |