Interface HttpJspPage

All Superinterfaces:
JspPage, jakarta.servlet.Servlet

public interface HttpJspPage extends JspPage
The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.

The behaviour is identical to that of the JspPage, except for the signature of the _jspService method, which is now expressible in the Java type system and included explicitly in the interface.

See Also: