public class CacheValue
extends javax.faces.view.facelets.TagHandler
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.
| Constructor and Description |
|---|
CacheValue(javax.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws IOException
IOExceptionCopyright © 2012–2014 OmniFaces. All rights reserved.