org.apache.myfaces.view.facelets.tag.jsf.core
Class SetPropertyActionListenerHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.view.facelets.tag.jsf.core.SetPropertyActionListenerHandler
All Implemented Interfaces:
javax.faces.view.ActionSource2AttachedObjectHandler, javax.faces.view.AttachedObjectHandler, javax.faces.view.facelets.FaceletHandler

@JSFFaceletTag(name="f:setPropertyActionListener",
               bodyContent="empty",
               tagClass="org.apache.myfaces.taglib.core.SetPropertyActionListenerTag")
public class SetPropertyActionListenerHandler
extends javax.faces.view.facelets.TagHandler
implements javax.faces.view.ActionSource2AttachedObjectHandler


Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
SetPropertyActionListenerHandler(javax.faces.view.facelets.TagConfig config)
           
 
Method Summary
 void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
           
 void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
           
 java.lang.String getFor()
          TODO: Document me!
 
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
 

Constructor Detail

SetPropertyActionListenerHandler

public SetPropertyActionListenerHandler(javax.faces.view.facelets.TagConfig config)
Method Detail

apply

public void apply(javax.faces.view.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  javax.faces.view.facelets.FaceletException,
                  javax.el.ELException
Specified by:
apply in interface javax.faces.view.facelets.FaceletHandler
Throws:
java.io.IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException

applyAttachedObject

public void applyAttachedObject(javax.faces.context.FacesContext context,
                                javax.faces.component.UIComponent parent)
Specified by:
applyAttachedObject in interface javax.faces.view.AttachedObjectHandler

getFor

@JSFFaceletAttribute
public java.lang.String getFor()
TODO: Document me!

Specified by:
getFor in interface javax.faces.view.AttachedObjectHandler


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