com.sun.jersey.server.linking.el
Class LinkELContext
java.lang.Object
javax.el.ELContext
com.sun.jersey.server.linking.el.LinkELContext
public class LinkELContext
- extends javax.el.ELContext
An ELContext that encapsulates the response information for use by the
expression evaluator.
- Author:
- mh124079
Methods inherited from class javax.el.ELContext |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkELContext
public LinkELContext(Object entity,
Object resource)
- Convenience constructor for the common case where a context where
the entity and instance are the same. Equivalent to
LinkELContext(entity, resource, entity)
- Parameters:
entity
- resource
-
LinkELContext
public LinkELContext(Object entity,
Object resource,
Object instance)
- Construct a new context
- Parameters:
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.
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in class javax.el.ELContext
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in class javax.el.ELContext
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in class javax.el.ELContext
Copyright © 2013 Oracle Corporation. All Rights Reserved.