Uses of Class javax.servlet.jsp.JspException

Uses in package javax.servlet.jsp.tagext

Methods which throw type javax.servlet.jsp.JspException

int
After the body evaluation: do not reevaluate and continue with the page.
int
Process body (re)evaluation.
int
Default processing for a body.
int
Default processing of the end tag returning EVAL_PAGE.
int
Process the end tag for this instance.
int
Must not be called.
int
Default processing of the end tag returning EVAL_PAGE.
void
Prepare for evaluation of the body.
void
Prepare for evaluation of the body just before the first body evaluation: no action.
int
Default processing of the start tag returning EVAL_BODY_BUFFERED.
int
Process the start tag for this instance.
int
Must not be called.
int
Default processing of the start tag, returning SKIP_BODY.
void
Called by the container to invoke this tag.
void
Default processing of the tag does nothing.
void
JspFragment.invoke(Writer out)
Executes the fragment and directs all output to the given Writer, or the JspWriter returned by the getOut() method of the JspContext associated with the fragment if out is null.
void
DynamicAttributes.setDynamicAttribute(String uri, String localName, Object value)
Called when a tag declared to accept dynamic attributes is passed an attribute that is not declared in the Tag Library Descriptor.

Uses in package javax.servlet.jsp

Classes derived from javax.servlet.jsp.JspException

class
Exception to be used by a Tag Handler to indicate some unrecoverable error.
class
Exception to indicate the calling page must cease evaluation.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.