public class LinkELContext
extends javax.el.ELContext
| Constructor and Description |
|---|
LinkELContext(Object entity,
Object resource)
Convenience constructor for the common case where a context where
the entity and instance are the same.
|
LinkELContext(Object entity,
Object resource,
Object instance)
Construct a new context
|
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
public LinkELContext(Object entity, Object resource)
LinkELContext(entity, resource, entity)entity - resource - public LinkELContext(Object entity, Object resource, Object instance)
entity - the entity returned from the resource methodresource - the resource class instance that returned the entityinstance - the instance that contains the entity, e.g. the value of
a field within an entity class.public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextCopyright © 2014 Oracle Corporation. All rights reserved.