public class ELContextImpl
extends javax.el.ELContext
ELContext
.
ELContext's constructor is protected to control creation of ELContext
objects through their appropriate factory methods. This version of
ELContext forces construction through FacesContextImpl.Modifier and Type | Class and Description |
---|---|
private static class |
ELContextImpl.NoopFunctionMapper |
private static class |
ELContextImpl.VariableMapperImpl |
Modifier and Type | Field and Description |
---|---|
private javax.el.FunctionMapper |
functionMapper |
private javax.el.ELResolver |
resolver |
private javax.el.VariableMapper |
variableMapper |
Constructor and Description |
---|
ELContextImpl(javax.el.ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver.
|
Modifier and Type | Method and Description |
---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
void |
setFunctionMapper(javax.el.FunctionMapper functionMapper) |
private javax.el.FunctionMapper functionMapper
private javax.el.VariableMapper variableMapper
private javax.el.ELResolver resolver
public ELContextImpl(javax.el.ELResolver resolver)
resolver
- the ELResolver to return from getELResolver()
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public void setFunctionMapper(javax.el.FunctionMapper functionMapper)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.