Uses of Interface
jakarta.servlet.jsp.JspPage
-
Packages that use JspPage Package Description jakarta.servlet.jsp org.apache.jasper.runtime -
-
Uses of JspPage in jakarta.servlet.jsp
Subinterfaces of JspPage in jakarta.servlet.jsp Modifier and Type Interface Description interfaceHttpJspPageThe HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol. -
Uses of JspPage in org.apache.jasper.runtime
Classes in org.apache.jasper.runtime that implement JspPage Modifier and Type Class Description classHttpJspBaseThis is the super class of all JSP-generated servlets.
-