Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag.jsf.core
Class SetPropertyActionListenerHandler  view SetPropertyActionListenerHandler download SetPropertyActionListenerHandler.java

java.lang.Object
  extended bycom.sun.facelets.tag.TagHandler
      extended bycom.sun.facelets.tag.jsf.core.SetPropertyActionListenerHandler
All Implemented Interfaces:
com.sun.facelets.FaceletHandler

public class SetPropertyActionListenerHandler
extends com.sun.facelets.tag.TagHandler


Nested Class Summary
private static class SetPropertyActionListenerHandler.LegacySetPropertyListener
           
private static class SetPropertyActionListenerHandler.SetPropertyListener
           
 
Field Summary
private  com.sun.facelets.tag.TagAttribute target
           
private  com.sun.facelets.tag.TagAttribute value
           
 
Fields inherited from class com.sun.facelets.tag.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
SetPropertyActionListenerHandler(com.sun.facelets.tag.TagConfig config)
           
 
Method Summary
 void apply(com.sun.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent)
          Process changes on a particular UIComponent
 
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
 

Field Detail

value

private final com.sun.facelets.tag.TagAttribute value

target

private final com.sun.facelets.tag.TagAttribute target
Constructor Detail

SetPropertyActionListenerHandler

public SetPropertyActionListenerHandler(com.sun.facelets.tag.TagConfig config)
Method Detail

apply

public void apply(com.sun.facelets.FaceletContext ctx,
                  javax.faces.component.UIComponent parent)
           throws java.io.IOException,
                  javax.faces.FacesException,
                  com.sun.facelets.FaceletException,
                  ELException
Description copied from interface: com.sun.facelets.FaceletHandler
Process changes on a particular UIComponent