org.apache.myfaces.view.facelets
Class PageContext
java.lang.Object
org.apache.myfaces.view.facelets.PageContext
- Direct Known Subclasses:
- PageContextImpl, TemplateContextImpl.InitialPageContext
public abstract class PageContext
- extends Object
This class is used to encapsulate the information required at page scope.
- Since:
- 2.0.8
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageContext
public PageContext()
getAttributes
public abstract Map<String,javax.el.ValueExpression> getAttributes()
getAttributeCount
public abstract int getAttributeCount()
isAllowCacheELExpressions
public abstract boolean isAllowCacheELExpressions()
setAllowCacheELExpressions
public abstract void setAllowCacheELExpressions(boolean cacheELExpressions)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.