public class Application
extends com.atomgraph.core.Application
| Constructor and Description |
|---|
Application(org.apache.jena.query.Dataset dataset,
String endpointURI,
String graphStoreURI,
String quadStoreURI,
String authUser,
String authPwd,
com.atomgraph.core.MediaTypes mediaTypes,
com.sun.jersey.api.client.Client client,
Integer maxGetRequestSize,
boolean preemptiveAuth,
org.apache.jena.util.LocationMapper locationMapper,
String ontologyURI,
String rulesString,
boolean cacheSitemap) |
Application(javax.servlet.ServletConfig servletConfig)
Initializes root resource classes and provider singletons
|
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
Set<Class<?>> |
getClasses()
Provides JAX-RS root resource classes.
|
static org.apache.jena.util.FileManager |
getFileManager(org.apache.jena.util.LocationMapper locationMapper) |
org.apache.jena.ontology.OntModelSpec |
getOntModelSpec() |
String |
getOntologyURI() |
Set<Object> |
getSingletons()
Provides JAX-RS singleton objects (e.g.
|
void |
init()
Initializes JAX-RS resource classes and providers.
|
boolean |
isCacheSitemap() |
public Application(@Context
javax.servlet.ServletConfig servletConfig)
servletConfig - public Application(org.apache.jena.query.Dataset dataset,
String endpointURI,
String graphStoreURI,
String quadStoreURI,
String authUser,
String authPwd,
com.atomgraph.core.MediaTypes mediaTypes,
com.sun.jersey.api.client.Client client,
Integer maxGetRequestSize,
boolean preemptiveAuth,
org.apache.jena.util.LocationMapper locationMapper,
String ontologyURI,
String rulesString,
boolean cacheSitemap)
@PostConstruct public void init()
init in class com.atomgraph.core.Applicationpublic static org.apache.jena.util.FileManager getFileManager(org.apache.jena.util.LocationMapper locationMapper)
public Set<Class<?>> getClasses()
getClasses in class com.atomgraph.core.Applicationpublic Set<Object> getSingletons()
getSingletons in class com.atomgraph.core.Applicationpublic Application getApplication()
getApplication in class com.atomgraph.core.Applicationpublic String getOntologyURI()
public org.apache.jena.ontology.OntModelSpec getOntModelSpec()
public final boolean isCacheSitemap()
Copyright © 2015–2019. All rights reserved.