com.sun.faces.facelets.el
public final class LegacyELContext extends javax.el.ELContext
Modifier and Type | Class and Description |
---|---|
private static class |
LegacyELContext.EmptyFunctionMapper
Deprecated.
|
private class |
LegacyELContext.LegacyELResolver
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private javax.faces.context.FacesContext |
faces
Deprecated.
|
private static javax.el.FunctionMapper |
functions
Deprecated.
|
private static java.lang.String[] |
IMPLICIT_OBJECTS
Deprecated.
|
private javax.el.ELResolver |
resolver
Deprecated.
|
private javax.el.VariableMapper |
variables
Deprecated.
|
Constructor and Description |
---|
LegacyELContext(javax.faces.context.FacesContext faces)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javax.el.ELResolver |
getELResolver()
Deprecated.
|
javax.faces.context.FacesContext |
getFacesContext()
Deprecated.
|
javax.el.FunctionMapper |
getFunctionMapper()
Deprecated.
|
javax.el.VariableMapper |
getVariableMapper()
Deprecated.
|
private static final java.lang.String[] IMPLICIT_OBJECTS
private static final javax.el.FunctionMapper functions
private final javax.faces.context.FacesContext faces
private final javax.el.ELResolver resolver
private final javax.el.VariableMapper variables
public LegacyELContext(javax.faces.context.FacesContext faces)
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public javax.faces.context.FacesContext getFacesContext()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.