org.apache.myfaces.custom.aliasbean
Class AliasBeansScopeTagHandler

java.lang.Object
  extended by com.sun.facelets.tag.TagHandler
      extended by com.sun.facelets.tag.MetaTagHandler
          extended by com.sun.facelets.tag.jsf.ComponentHandler
              extended by org.apache.myfaces.custom.aliasbean.AliasBeansScopeTagHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class AliasBeansScopeTagHandler
extends com.sun.facelets.tag.jsf.ComponentHandler

Tag handler used in facelets

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Field Summary
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
AliasBeansScopeTagHandler(com.sun.facelets.tag.jsf.ComponentConfig tagConfig)
           
 
Method Summary
protected  void applyNextHandler(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent c)
           
 
Methods inherited from class com.sun.facelets.tag.jsf.ComponentHandler
apply, createComponent, createMetaRuleset, getFacetName, getId, onComponentCreated, onComponentPopulated
 
Methods inherited from class com.sun.facelets.tag.MetaTagHandler
setAttributes
 
Methods inherited from class com.sun.facelets.tag.TagHandler
findNextByType, getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AliasBeansScopeTagHandler

public AliasBeansScopeTagHandler(com.sun.facelets.tag.jsf.ComponentConfig tagConfig)
Method Detail

applyNextHandler

protected void applyNextHandler(com.sun.facelets.FaceletContext ctx,
                                javax.faces.component.UIComponent c)
                         throws IOException,
                                javax.faces.FacesException,
                                javax.el.ELException
Overrides:
applyNextHandler in class com.sun.facelets.tag.jsf.ComponentHandler
Throws:
IOException
javax.faces.FacesException
javax.el.ELException


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