| Package | Description |
|---|---|
| javax.servlet.jsp | |
| javax.servlet.jsp.tagext |
| Modifier and Type | Class and Description |
|---|---|
class |
PageContext |
| Modifier and Type | Method and Description |
|---|---|
abstract JspContext |
JspFragment.getJspContext() |
protected JspContext |
SimpleTagSupport.getJspContext()
returns the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleTagSupport.setJspContext(JspContext context)
Sets the context
|
void |
SimpleTag.setJspContext(JspContext pc)
Sets the JSP context for the tag.
|