Class TemplateContextImpl.InitialPageContext
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.PageContext
- 
- org.apache.myfaces.view.facelets.impl.TemplateContextImpl.InitialPageContext
 
 
- 
- Enclosing class:
- TemplateContextImpl
 
 public static final class TemplateContextImpl.InitialPageContext extends PageContext 
- 
- 
Constructor SummaryConstructors Constructor Description InitialPageContext()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAttributeCount()Map<String,jakarta.el.ValueExpression>getAttributes()booleanisAllowCacheELExpressions()voidsetAllowCacheELExpressions(boolean cacheELExpressions)
 
- 
- 
- 
Method Detail- 
getAttributespublic Map<String,jakarta.el.ValueExpression> getAttributes() - Specified by:
- getAttributesin class- PageContext
 
 - 
getAttributeCountpublic int getAttributeCount() - Specified by:
- getAttributeCountin class- PageContext
 
 - 
isAllowCacheELExpressionspublic boolean isAllowCacheELExpressions() - Specified by:
- isAllowCacheELExpressionsin class- PageContext
 
 - 
setAllowCacheELExpressionspublic void setAllowCacheELExpressions(boolean cacheELExpressions) - Specified by:
- setAllowCacheELExpressionsin class- PageContext
 
 
- 
 
-