|
|||||||||
| 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 LegacyELContext

java.lang.ObjectELContext
com.sun.facelets.el.LegacyELContext
- public final class LegacyELContext
- extends ELContext
- Version:
- $Id: LegacyELContext.java,v 1.7 2005/09/26 00:38:51 jhook Exp $
| Nested Class Summary | |
private static class |
LegacyELContext.EmptyFunctionMapper
Deprecated. |
private class |
LegacyELContext.LegacyELResolver
Deprecated. |
| Field Summary | |
private javax.faces.context.FacesContext |
faces
Deprecated. |
private static FunctionMapper |
functions
Deprecated. |
private static java.lang.String[] |
IMPLICIT_OBJECTS
Deprecated. |
private ELResolver |
resolver
Deprecated. |
private VariableMapper |
variables
Deprecated. |
| Constructor Summary | |
LegacyELContext(javax.faces.context.FacesContext faces)
Deprecated. |
|
| Method Summary | |
ELResolver |
getELResolver()
Deprecated. |
javax.faces.context.FacesContext |
getFacesContext()
Deprecated. |
FunctionMapper |
getFunctionMapper()
Deprecated. |
VariableMapper |
getVariableMapper()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
IMPLICIT_OBJECTS
private static final java.lang.String[] IMPLICIT_OBJECTS
- Deprecated.
functions
private static final FunctionMapper functions
- Deprecated.
faces
private final javax.faces.context.FacesContext faces
- Deprecated.
resolver
private final ELResolver resolver
- Deprecated.
variables
private final VariableMapper variables
- Deprecated.
| Constructor Detail |
LegacyELContext
public LegacyELContext(javax.faces.context.FacesContext faces)
- Deprecated.
| Method Detail |
getELResolver
public ELResolver getELResolver()
- Deprecated.
getFunctionMapper
public FunctionMapper getFunctionMapper()
- Deprecated.
getVariableMapper
public VariableMapper getVariableMapper()
- Deprecated.
getFacesContext
public javax.faces.context.FacesContext getFacesContext()
- Deprecated.
|
|||||||||
| Home >> All >> com >> sun >> facelets >> [ el overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ELContext