Package | Description |
---|---|
com.epimorphics.lda.core |
The core package contains the core of Elda's functionality: the handling
of endpoint requests and select and view query construction.
|
com.epimorphics.lda.restlets |
The restlets package contains those classes which interact
with the web container in which Elda is embedded.
|
com.epimorphics.lda.routing |
The routine package contains the classes that map from URI paths to
the endpoints that implement them.
|
com.epimorphics.lda.specmanager |
The specmanage package contains classes that manage the
loading of different API configurations.
|
Modifier and Type | Method and Description |
---|---|
static void |
APIFactory.registerApi(Router router,
String context,
APISpec spec)
Manufacture ApiInstances for each instance defined in the
given API and register them with the router.
|
Modifier and Type | Method and Description |
---|---|
static Router |
RouterRestletSupport.createRouterFor(javax.servlet.ServletContext con)
Create a new Router initialised with the configs appropriate to the
contextPath.
|
Modifier and Type | Method and Description |
---|---|
static void |
RouterRestletSupport.loadOneConfigFile(Router router,
String appName,
ModelLoader ml,
String prefixPath,
String thisSpecPath) |
Constructor and Description |
---|
RouterRestlet.TimestampedRouter(Router router,
long when,
long interval) |
RouterRestlet.TimestampedRouter(Router router,
long when,
long interval,
long nextCheck) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRouter
The default router is a wrapper around a MatchSearcher, qv.
|
Modifier and Type | Field and Description |
---|---|
protected static Router |
RouterFactory.theRouter |
Modifier and Type | Method and Description |
---|---|
static Router |
RouterFactory.getDefaultRouter() |
Modifier and Type | Field and Description |
---|---|
protected Router |
SpecManagerImpl.router |
Constructor and Description |
---|
SpecManagerImpl(Router router,
ModelLoader modelLoader) |
Copyright © 2014. All Rights Reserved.