com.sun.facelets.el
Class ELAdaptor

java.lang.Object
  extended by com.sun.facelets.el.ELAdaptor

public final class ELAdaptor
extends Object

Version:
$Id: ELAdaptor.java,v 1.8 2006/03/29 04:10:10 jhook Exp $
Author:
Jacob Hookom

Constructor Summary
ELAdaptor()
           
 
Method Summary
static javax.el.ELContext getELContext(FacesContext faces)
           
static void setExpression(UIComponent c, String name, javax.el.ValueExpression ve)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELAdaptor

public ELAdaptor()
Method Detail

getELContext

public static final javax.el.ELContext getELContext(FacesContext faces)

setExpression

public static final void setExpression(UIComponent c,
                                       String name,
                                       javax.el.ValueExpression ve)


Copyright © 2005 All Rights Reserved.