| Package | Description | 
|---|---|
| org.apache.myfaces.view.facelets | Public Facelet API. | 
| org.apache.myfaces.view.facelets.impl | Default implementation of the Facelets API. | 
| Modifier and Type | Method and Description | 
|---|---|
| ELExpressionCacheMode | AbstractFaceletContext. getELExpressionCacheMode()Return the mode used to decide whether to cache or not EL expressions | 
| ELExpressionCacheMode | FaceletCompositionContext. getELExpressionCacheMode()Indicates if a EL Expression can be or not cached by facelets vdl. | 
| static ELExpressionCacheMode | ELExpressionCacheMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ELExpressionCacheMode[] | ELExpressionCacheMode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| ELExpressionCacheMode | FaceletCompositionContextImpl. getELExpressionCacheMode() | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.