Uses of Class
org.apache.myfaces.view.facelets.PageContext
-
Packages that use PageContext Package Description 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 Modifier and Type Method Description PageContext
AbstractFaceletContext. getPageContext()
Return the current page contextPageContext
AbstractFaceletContext. popPageContext()
Pop the passed page context instance onto the stack.Methods in org.apache.myfaces.view.facelets with parameters of type PageContext Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
PageContextImpl
static class
TemplateContextImpl.InitialPageContext
-