Uses of Class
org.apache.myfaces.view.facelets.ELExpressionCacheMode
-
Packages that use ELExpressionCacheMode Package Description org.apache.myfaces.config.webparameters org.apache.myfaces.view.facelets Public Facelet API.org.apache.myfaces.view.facelets.impl Default implementation of the Facelets API. -
-
Uses of ELExpressionCacheMode in org.apache.myfaces.config.webparameters
Methods in org.apache.myfaces.config.webparameters that return ELExpressionCacheMode Modifier and Type Method Description ELExpressionCacheMode
MyfacesConfig. getELExpressionCacheMode()
-
Uses of ELExpressionCacheMode in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return ELExpressionCacheMode Modifier and Type Method Description ELExpressionCacheMode
AbstractFaceletContext. getELExpressionCacheMode()
Return the mode used to decide whether to cache or not EL expressionsELExpressionCacheMode
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. -
Uses of ELExpressionCacheMode in org.apache.myfaces.view.facelets.impl
Methods in org.apache.myfaces.view.facelets.impl that return ELExpressionCacheMode Modifier and Type Method Description ELExpressionCacheMode
FaceletCompositionContextImpl. getELExpressionCacheMode()
-