org.apache.myfaces.view.facelets.tag.composite
Class InterfaceHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.composite.InterfaceHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="composite:interface")
public class InterfaceHandler
- extends 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 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. |
static String |
NAME
|
NAME
public static final String NAME
- See Also:
- Constant Field Values
_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.
Only available if ProjectStage is Development.
InterfaceHandler
public InterfaceHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
isCacheable
public boolean isCacheable()
setCacheable
public void setCacheable(boolean cacheable)
getLocation
public Location getLocation()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.