Frames | No Frames |
Methods with parameter type javax.servlet.jsp.JspContext | |
void | Called by the container to provide this tag handler with
the JspContext for this invocation. |
void | Stores the provided JSP context in the private jspContext field. |
Methods with return type javax.servlet.jsp.JspContext | |
JspContext | Returns the JspContext that is bound to this JspFragment. |
JspContext | Returns the page context passed in by the container via
setJspContext. |
Classes derived from javax.servlet.jsp.JspContext | |
class |
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment. |