Package | Description |
---|---|
com.caucho.jsp | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Modifier and Type | Class and Description |
---|---|
class |
InitPageContextImpl |
class |
PageContextImpl |
class |
PageContextWrapper |
Modifier and Type | Field and Description |
---|---|
protected JspContext |
JspFragmentSupport._jsp_parentContext |
Modifier and Type | Method and Description |
---|---|
JspContext |
ELExprFragment.getJspContext()
Returns the JSP context.
|
JspContext |
JspFragmentSupport.getJspContext()
Returns the context.
|
JspContext |
StaticJspFragmentSupport.getJspContext()
Returns the JSP context.
|
Modifier and Type | Method and Description |
---|---|
PageContextWrapper |
PageManager.createPageContextWrapper(JspContext parent) |
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 |
SimpleTag.setJspContext(JspContext pc)
Sets the JSP context for the tag.
|
void |
SimpleTagSupport.setJspContext(JspContext context)
Sets the context
|