Class TemplateContextImpl.InitialPageContext
java.lang.Object
org.apache.myfaces.view.facelets.PageContext
org.apache.myfaces.view.facelets.impl.TemplateContextImpl.InitialPageContext
- Enclosing class:
- TemplateContextImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbooleanvoidsetAllowCacheELExpressions(boolean cacheELExpressions) 
- 
Constructor Details- 
InitialPageContextpublic InitialPageContext()
 
- 
- 
Method Details- 
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
 
 
-