Serialized Form
-
Package jakarta.servlet.jsp
-
Class jakarta.servlet.jsp.JspException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class jakarta.servlet.jsp.JspTagException extends JspException implements Serializable
- serialVersionUID:
- 1L
-
Class jakarta.servlet.jsp.SkipPageException extends JspException implements Serializable
- serialVersionUID:
- 1L
-
-
Package jakarta.servlet.jsp.el
-
Class jakarta.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 1L
-
Class jakarta.servlet.jsp.el.ELParseException extends ELException implements Serializable
- serialVersionUID:
- 1L
-
-
Package jakarta.servlet.jsp.tagext
-
Class jakarta.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable
- serialVersionUID:
- -7235752615580319833L
-
Class jakarta.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
The value of the id attribute of this tag; or null. -
parent
Tag parent
The parent, if any, of this tag. -
values
java.util.Map<java.lang.String,java.lang.Object> values
Map of object values keyed by Strings for this tag.
-
-