public class GcRestApiApplicationContext extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
GcRestApiApplicationContext.GcRestApiSessions |
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_CONTEXT_PARAMETER |
| Constructor and Description |
|---|
GcRestApiApplicationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static GcRestApiApplicationContext |
getApplicationContext(org.debux.webmotion.server.call.HttpContext context) |
GcRestApiConfig |
getConfig() |
io.ultreia.gc.db.entity.GcDbTopiaApplicationContext |
getDbApplicationContext() |
GcDtoGsonSupplier |
getGsonSupplier() |
GcApiConfig |
getServiceConfig() |
GcRestApiApplicationContext.GcRestApiSessions |
getSessions() |
void |
init(String contextPath) |
public static final String APPLICATION_CONTEXT_PARAMETER
public static GcRestApiApplicationContext getApplicationContext(org.debux.webmotion.server.call.HttpContext context)
public void init(String contextPath)
public io.ultreia.gc.db.entity.GcDbTopiaApplicationContext getDbApplicationContext()
public void close()
close in interface Closeableclose in interface AutoCloseablepublic GcDtoGsonSupplier getGsonSupplier()
public GcRestApiConfig getConfig()
public GcRestApiApplicationContext.GcRestApiSessions getSessions()
public GcApiConfig getServiceConfig()
Copyright © 2017 Ultreia.io. All rights reserved.