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:
- javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="composite:interface")
public class InterfaceHandler
- 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. |
static java.lang.String |
NAME
|
Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
Constructor Summary |
InterfaceHandler(javax.faces.view.facelets.TagConfig config)
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
|
javax.faces.view.Location |
getLocation()
|
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 |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
_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.
InterfaceHandler
public InterfaceHandler(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)
getLocation
public javax.faces.view.Location getLocation()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.