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:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="composite:attribute")
public class AttributeHandler
- extends javax.faces.view.facelets.TagHandler
- Version:
- $Revision: 964806 $ $Date: 2010-07-16 09:24:28 -0500 (Fri, 16 Jul 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: jakobk $)
Field Summary |
protected javax.faces.view.facelets.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. |
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
AttributeHandler(javax.faces.view.facelets.TagConfig config)
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
boolean |
isCacheable()
|
void |
setCacheable(boolean cacheable)
|
Methods inherited from class javax.faces.view.facelets.TagHandler |
getAttribute, getRequiredAttribute, toString |
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 javax.faces.view.facelets.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.
Only available if ProjectStage is Development.
AttributeHandler
public AttributeHandler(javax.faces.view.facelets.TagConfig config)
apply
public void apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
throws java.io.IOException
- Specified by:
apply
in interface javax.faces.view.facelets.FaceletHandler
- Throws:
java.io.IOException
isCacheable
public boolean isCacheable()
setCacheable
public void setCacheable(boolean cacheable)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.