org.apache.myfaces.view.facelets.tag.composite
Class AttributeHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.AttributeHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="composite:attribute")
public class AttributeHandler
- extends TagHandler
- Version:
- $Revision: 963714 $ $Date: 2010-07-13 08:49:10 -0500 (Tue, 13 Jul 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: jakobk $)
Field Summary |
protected TagAttribute |
_hidden
The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_hidden
@JSFFaceletAttribute(name="hidden",
className="javax.el.ValueExpression",
deferredValueType="boolean")
protected final TagAttribute _hidden
- The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans.
AttributeHandler
public AttributeHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws java.io.IOException
- Specified by:
apply
in interface FaceletHandler
- Throws:
java.io.IOException
isCacheable
public boolean isCacheable()
setCacheable
public void setCacheable(boolean cacheable)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.