| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
TemplateCall.applyArguments(javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
TemplateCall |
TemplateCall.applyDefaults() |
TemplateCall |
TemplateCall.arg(Parameter param,
org.apache.jena.rdf.model.RDFNode value) |
TemplateCall |
TemplateCall.arg(org.apache.jena.rdf.model.Resource arg) |
static TemplateCall |
TemplateCall.fromResource(org.apache.jena.rdf.model.Resource resource,
Template template) |
static TemplateCall |
TemplateCall.fromUri(String uri,
org.apache.jena.rdf.model.Model model,
Template template) |
TemplateCall |
TemplateCall.validateOptionals() |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
HypermediaFilter.getTemplateCall() |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
ExceptionMapperBase.getTemplateCall() |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
Resource.getTemplateCall() |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
ResourceBase.getTemplateCall()
Returns LDT template that the URI of this resource matches.
|
| Constructor and Description |
|---|
ResourceBase(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
com.atomgraph.core.MediaTypes mediaTypes,
com.atomgraph.core.model.Service service,
Application application,
org.apache.jena.ontology.Ontology ontology,
TemplateCall templateCall,
javax.ws.rs.core.HttpHeaders httpHeaders,
com.sun.jersey.api.core.ResourceContext resourceContext)
Public JAX-RS instance.
|
ResourceBase(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
com.atomgraph.core.MediaTypes mediaTypes,
URI uri,
com.atomgraph.core.model.Service service,
Application application,
org.apache.jena.ontology.Ontology ontology,
TemplateCall templateCall,
javax.ws.rs.core.HttpHeaders httpHeaders,
com.sun.jersey.api.core.ResourceContext resourceContext) |
| Modifier and Type | Method and Description |
|---|---|
TemplateCall |
TemplateCallProvider.getContext(Class<?> type) |
TemplateCall |
TemplateCallProvider.getTemplateCall() |
TemplateCall |
TemplateCallProvider.getTemplateCall(Template template,
URI absolutePath,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.inject.Injectable<TemplateCall> |
TemplateCallProvider.getInjectable(com.sun.jersey.core.spi.component.ComponentContext ic,
javax.ws.rs.core.Context a) |
| Constructor and Description |
|---|
Item(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
com.atomgraph.core.MediaTypes mediaTypes,
com.atomgraph.core.model.Service service,
Application application,
org.apache.jena.ontology.Ontology ontology,
TemplateCall templateCall,
javax.ws.rs.core.HttpHeaders httpHeaders,
com.sun.jersey.api.core.ResourceContext resourceContext) |
Copyright © 2015–2020. All rights reserved.