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.faceletsMethods in org.apache.myfaces.view.facelets that return PageContext Modifier and Type Method Description PageContextAbstractFaceletContext. getPageContext()Return the current page contextPageContextAbstractFaceletContext. 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 voidAbstractFaceletContext. pushPageContext(PageContext client)Push the passed page context instance onto the stack.
- 
Uses of PageContext in org.apache.myfaces.view.facelets.elMethods in org.apache.myfaces.view.facelets.el with parameters of type PageContext Modifier and Type Method Description voidDefaultVariableMapper. setPageContext(PageContext pageContext)Set the current page context this variable mapper should resolve against.
- 
Uses of PageContext in org.apache.myfaces.view.facelets.implSubclasses of PageContext in org.apache.myfaces.view.facelets.impl Modifier and Type Class Description classPageContextImplstatic classTemplateContextImpl.InitialPageContext
 
-