|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets.el
Class ELAdaptor

java.lang.Objectcom.sun.facelets.el.ELAdaptor
- public final class ELAdaptor
- extends java.lang.Object
- Version:
- $Id: ELAdaptor.java,v 1.8 2006/03/29 04:10:10 jhook Exp $
| Field Summary | |
private static boolean |
ELSUPPORT
|
private static java.lang.String |
LEGACY_ELCONTEXT_KEY
|
| Constructor Summary | |
ELAdaptor()
|
|
| Method Summary | |
static ELContext |
getELContext(javax.faces.context.FacesContext faces)
|
static void |
setExpression(javax.faces.component.UIComponent c,
java.lang.String name,
ValueExpression ve)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ELSUPPORT
private static final boolean ELSUPPORT
LEGACY_ELCONTEXT_KEY
private static final java.lang.String LEGACY_ELCONTEXT_KEY
- See Also:
- Constant Field Values
| Constructor Detail |
ELAdaptor
public ELAdaptor()
| Method Detail |
getELContext
public static final ELContext getELContext(javax.faces.context.FacesContext faces)
setExpression
public static final void setExpression(javax.faces.component.UIComponent c, java.lang.String name, ValueExpression ve)
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sun.facelets.el.ELAdaptor