Name

HttpJspPage

Synopsis

This interface is a subclass of the JspPage interface. It defines lifecycle methods for JSP’s that are retrieved via the HTTP protocol. This interface adds the _jspService() method, which is generated by the page compiler when a raw .jsp is converted to executable form. Note that this method should never be redefined by a page author.

                  Exceptions
public interface HttpJspPage extends JspPage {
// Public Instance Methods
   public abstract void _jspService(
        javax.servlet.http.HttpServletRequest request, 
        javax.servlet.http.HttpServletResponse response) throws ServletExceptionIOException;  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.