Package org.apache.myfaces.view.facelets
Class PageContext
java.lang.Object
org.apache.myfaces.view.facelets.PageContext
- Direct Known Subclasses:
- PageContextImpl,- TemplateContextImpl.InitialPageContext
This class is used to encapsulate the information required at page scope.
- Since:
- 2.0.8
- Author:
- Leonardo Uribe
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract intabstract booleanabstract voidsetAllowCacheELExpressions(boolean cacheELExpressions) 
- 
Constructor Details- 
PageContextpublic PageContext()
 
- 
- 
Method Details- 
getAttributes
- 
getAttributeCountpublic abstract int getAttributeCount()
- 
isAllowCacheELExpressionspublic abstract boolean isAllowCacheELExpressions()
- 
setAllowCacheELExpressionspublic abstract void setAllowCacheELExpressions(boolean cacheELExpressions) 
 
-