Modifier and Type | Class and Description |
---|---|
class |
CallResolver
Resolves variable values based on a request and a response.
|
class |
MapResolver
Resolves variable values based on a map.
|
Modifier and Type | Method and Description |
---|---|
Object |
TemplateRepresentation.setDataModel(Resolver<Object> resolver)
Sets the template's data model from a resolver.
|
Constructor and Description |
---|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Constructor and Description |
---|
ResolverHashModel(Resolver<? extends Object> resolver)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MailResolver
Basic resolver that exposes several data from a given mail.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TriggerResource.callTarget(Resolver<String> resolver)
Requests the target resource.
|
protected ChallengeResponse |
TriggerResource.getTargetChallengeResponse(Resolver<String> resolver)
Returns the authentication data sent by client to the target according to
the a list of properties.
|
protected Representation |
TriggerResource.getTargetEntity(Resolver<String> resolver)
Returns the entity sent to the target.
|
protected Method |
TriggerResource.getTargetMethod(Resolver<String> resolver)
Returns the target method according to a list of properties.
|
protected Reference |
TriggerResource.getTargetRef(Resolver<String> resolver)
Returns the reference of the target according to the a list of
properties.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateRepresentation.setDataModel(Resolver<Object> resolver)
Sets the template's data model from a resolver.
|
Constructor and Description |
---|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateRepresentation.setDataModel(Resolver<Object> resolver)
Sets the template's data model from a resolver.
|
Constructor and Description |
---|
TemplateFilter(Context context,
Restlet next,
Resolver<Object> dataModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
Template.format(Resolver<?> resolver)
Creates a formatted string based on the given variable resolver.
|
Modifier and Type | Method and Description |
---|---|
static Resolver<?> |
Resolver.createResolver(Map<String,?> map)
Creates a resolver that is based on a given map.
|
static Resolver<?> |
Resolver.createResolver(Request request,
Response response)
Creates a resolver that is based on a call (request, response couple).
|
Copyright © 2005–2017. All rights reserved.