java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.omnifaces.component.output.cache.el.CacheValue
- All Implemented Interfaces:
FaceletHandler
CacheValue is a replacement for
ui:param and c:set that only evaluates a value expression once
and thereafter resolves it from the cache.
A CacheValue piggybacks onto a parent Cache component for the control of caching scope and
other parameters.
- Author:
- Arjan Tijms
-
Field Summary
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
CacheValue
Construct the tag.- Parameters:
config- The tag config.
-
-
Method Details
-
apply
- Throws:
IOException
-