org.apache.myfaces.view.facelets.tag.composite
Class InterfaceHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.view.facelets.tag.composite.InterfaceHandler
All Implemented Interfaces:
FaceletHandler

@JSFFaceletTag(name="composite:interface")
public class InterfaceHandler
extends TagHandler

Version:
$Revision: 915740 $ $Date: 2010-02-24 05:21:03 -0500 (Wed, 24 Feb 2010) $
Author:
Leonardo Uribe (latest modification by $Author: jakobk $)

Field Summary
static java.lang.String NAME
           
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
InterfaceHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 
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
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

InterfaceHandler

public InterfaceHandler(TagConfig config)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.