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
  • Constructor Details

    • PageContext

      public PageContext()
  • Method Details

    • getAttributes

      public abstract Map<String,jakarta.el.ValueExpression> getAttributes()
    • getAttributeCount

      public abstract int getAttributeCount()
    • isAllowCacheELExpressions

      public abstract boolean isAllowCacheELExpressions()
    • setAllowCacheELExpressions

      public abstract void setAllowCacheELExpressions(boolean cacheELExpressions)