|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JspContext | |
---|---|
com.caucho.jsp | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
Uses of JspContext in com.caucho.jsp |
---|
Subclasses of JspContext in com.caucho.jsp | |
---|---|
class |
InitPageContextImpl
|
class |
PageContextImpl
|
class |
PageContextWrapper
|
Fields in com.caucho.jsp declared as JspContext | |
---|---|
protected JspContext |
JspFragmentSupport._jsp_parentContext
|
Methods in com.caucho.jsp that return JspContext | |
---|---|
JspContext |
ELExprFragment.getJspContext()
Returns the JSP context. |
JspContext |
JspFragmentSupport.getJspContext()
Returns the context. |
JspContext |
StaticJspFragmentSupport.getJspContext()
Returns the JSP context. |
Methods in com.caucho.jsp with parameters of type JspContext | |
---|---|
PageContextWrapper |
PageManager.createPageContextWrapper(JspContext parent)
|
Uses of JspContext in javax.servlet.jsp |
---|
Subclasses of JspContext in javax.servlet.jsp | |
---|---|
class |
PageContext
|
Uses of JspContext in javax.servlet.jsp.tagext |
---|
Methods in javax.servlet.jsp.tagext that return JspContext | |
---|---|
abstract JspContext |
JspFragment.getJspContext()
|
protected JspContext |
SimpleTagSupport.getJspContext()
returns the context |
Methods in javax.servlet.jsp.tagext with parameters of type JspContext | |
---|---|
void |
SimpleTag.setJspContext(JspContext pc)
Sets the JSP context for the tag. |
void |
SimpleTagSupport.setJspContext(JspContext context)
Sets the context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |