javax.faces.component.behavior
Class ClientBehaviorContext.Parameter

java.lang.Object
  extended by javax.faces.component.behavior.ClientBehaviorContext.Parameter
Enclosing class:
ClientBehaviorContext

public static class ClientBehaviorContext.Parameter
extends Object

Since:
2.0
Version:
$Revision: 696523 $ $Date: 2009-03-14 15:15:41 -0400 (mer., 17 sept. 2008) $
Author:
Simon Lessard (latest modification by $Author: slessard $)

Constructor Summary
ClientBehaviorContext.Parameter(String name, Object value)
           
 
Method Summary
 String getName()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientBehaviorContext.Parameter

public ClientBehaviorContext.Parameter(String name,
                                       Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()


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