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

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

@JSFFaceletTag(name="f:resetValues",
               bodyContent="empty")
public class ResetValuesActionListenerHandler
extends TagHandler
implements ActionSource2AttachedObjectHandler

Author:
Leonardo Uribe

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
ResetValuesActionListenerHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 void applyAttachedObject(FacesContext context, UIComponent parent)
           
 void applyAttachedObject(FacesContext context, UIComponent parent, boolean checkForParentCC)
           
 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

ResetValuesActionListenerHandler

public ResetValuesActionListenerHandler(TagConfig config)
Method Detail

apply

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

applyAttachedObject

public void applyAttachedObject(FacesContext context,
                                UIComponent parent)
Specified by:
applyAttachedObject in interface AttachedObjectHandler

applyAttachedObject

public void applyAttachedObject(FacesContext context,
                                UIComponent parent,
                                boolean checkForParentCC)

getFor

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

Specified by:
getFor in interface AttachedObjectHandler


Copyright © 2015 The Apache Software Foundation. All rights reserved.