public class JaxRsLinkELContext extends DefaultLinkELContext
| Identifier | Description | Expression Language |
|---|---|---|
| The reference to the entity object (container/parent) | ${} | |
| The reference to the instance object | ${} | |
| The reference to the uri parameters object | ${} |
ENTITY_OBJECTINSTANCE_OBJECT, URI_OBJECT| Constructor and Description |
|---|
JaxRsLinkELContext(Object entity,
UriParameters uriParameters)
Constructs a JaxRsLinkELContext for the given entity and uriParameters.
|
JaxRsLinkELContext(Object entity,
UriParameters uriParameters,
Map<String,Object> identifiers)
Constructs a JaxRsLinkELContext for the given entity, uriParameters and additional object identifiers.
|
getELResolver, getFunctionMapper, getVariableMapper, withInstancetoParameterExpression, toUriParameterExpressionpublic JaxRsLinkELContext(Object entity, UriParameters uriParameters)
entity - the entity object (container/parent)uriParameters - the object providing uri request parameterspublic JaxRsLinkELContext(Object entity, UriParameters uriParameters, Map<String,Object> identifiers)
entity - the entity object (container/parent)uriParameters - the object providing uri request parametersidentifiers - a map of additional object identifiers to make available to Link EL expressionsCopyright © 2016–2017 Code:Frames. All rights reserved.