Class TemplateContextImpl.InitialPageContext
java.lang.Object
org.apache.myfaces.view.facelets.PageContext
org.apache.myfaces.view.facelets.impl.TemplateContextImpl.InitialPageContext
- Enclosing class:
- TemplateContextImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setAllowCacheELExpressions
(boolean cacheELExpressions)
-
Constructor Details
-
InitialPageContext
public InitialPageContext()
-
-
Method Details
-
getAttributes
- Specified by:
getAttributes
in classPageContext
-
getAttributeCount
public int getAttributeCount()- Specified by:
getAttributeCount
in classPageContext
-
isAllowCacheELExpressions
public boolean isAllowCacheELExpressions()- Specified by:
isAllowCacheELExpressions
in classPageContext
-
setAllowCacheELExpressions
public void setAllowCacheELExpressions(boolean cacheELExpressions) - Specified by:
setAllowCacheELExpressions
in classPageContext
-