|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageContext | |
---|---|
org.apache.myfaces.view.facelets | Public Facelet API. |
org.apache.myfaces.view.facelets.el | A collection of classes to support EL integration. |
org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. |
Uses of PageContext in org.apache.myfaces.view.facelets |
---|
Methods in org.apache.myfaces.view.facelets that return PageContext | |
---|---|
PageContext |
AbstractFaceletContext.getPageContext()
Return the current page context |
PageContext |
AbstractFaceletContext.popPageContext()
Pop the passed page context instance onto the stack. |
Methods in org.apache.myfaces.view.facelets with parameters of type PageContext | |
---|---|
void |
AbstractFaceletContext.pushPageContext(PageContext client)
Push the passed page context instance onto the stack. |
Uses of PageContext in org.apache.myfaces.view.facelets.el |
---|
Methods in org.apache.myfaces.view.facelets.el with parameters of type PageContext | |
---|---|
void |
DefaultVariableMapper.setPageContext(PageContext pageContext)
Set the current page context this variable mapper should resolve against. |
Uses of PageContext in org.apache.myfaces.view.facelets.impl |
---|
Subclasses of PageContext in org.apache.myfaces.view.facelets.impl | |
---|---|
class |
PageContextImpl
|
static class |
TemplateContextImpl.InitialPageContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |