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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
abstract boolean
abstract void
setAllowCacheELExpressions
(boolean cacheELExpressions)
-
Constructor Details
-
PageContext
public PageContext()
-
-
Method Details
-
getAttributes
-
getAttributeCount
public abstract int getAttributeCount() -
isAllowCacheELExpressions
public abstract boolean isAllowCacheELExpressions() -
setAllowCacheELExpressions
public abstract void setAllowCacheELExpressions(boolean cacheELExpressions)
-