Uses of Enum
org.apache.myfaces.view.facelets.ELExpressionCacheMode
Packages that use ELExpressionCacheMode
Package
Description
Public Facelet API.
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 -
Uses of ELExpressionCacheMode in org.apache.myfaces.view.facelets
Methods in org.apache.myfaces.view.facelets that return ELExpressionCacheModeModifier and TypeMethodDescriptionAbstractFaceletContext.getELExpressionCacheMode()
Return the mode used to decide whether to cache or not EL expressionsFaceletCompositionContext.getELExpressionCacheMode()
Indicates if a EL Expression can be or not cached by facelets vdl.static ELExpressionCacheMode
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