javax.faces.render
Class ClientBehaviorRenderer

java.lang.Object
  extended by javax.faces.render.ClientBehaviorRenderer

public abstract class ClientBehaviorRenderer
extends Object

Since:
2.0
Version:
$Revision: 1187700 $ $Date: 2011-10-22 07:19:37 -0500 (Sat, 22 Oct 2011) $
Author:
Simon Lessard (latest modification by $Author: bommel $)

Constructor Summary
ClientBehaviorRenderer()
           
 
Method Summary
 void decode(FacesContext context, UIComponent component, ClientBehavior behavior)
           
 String getScript(ClientBehaviorContext behaviorContext, ClientBehavior behavior)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBehaviorRenderer

public ClientBehaviorRenderer()
Method Detail

decode

public void decode(FacesContext context,
                   UIComponent component,
                   ClientBehavior behavior)

getScript

public String getScript(ClientBehaviorContext behaviorContext,
                        ClientBehavior behavior)


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