public interface RestConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
HTTP_ALIAS
The bundle header used to find the static resource URL alias
|
static String |
HTTP_CLASSPATH
The bundle header used to find the static resource classpath
|
static String |
HTTP_CONTEXT_ID
The ID by which this http context is known by the extended http service
|
static String |
HTTP_WELCOME
The bundle header used to find the static resource welcome file
|
static int |
MAX_INACTIVE_INTERVAL
The amount of time in seconds to wait for a session to be inactive before deallocating it.
|
static String |
SERVICE_JOBPRODUCER_PROPERTY
The service property indicating that this service should be registered in the remote service registry
|
static String |
SERVICE_PATH_PROPERTY
The service property indicating the URL path that the service is attempting to claim
|
static String |
SERVICE_PUBLISH_PROPERTY
The service property indicating whether the service should be published in the service registry
|
static String |
SERVICE_TYPE_PROPERTY
The service property indicating the type of service.
|
static String |
SERVICES_FILTER
The OSGI service filter that returns all registered services published as REST endpoints
|
static final String SERVICE_TYPE_PROPERTY
static final String SERVICE_PATH_PROPERTY
static final String SERVICE_PUBLISH_PROPERTY
static final String SERVICE_JOBPRODUCER_PROPERTY
static final String HTTP_CONTEXT_ID
static final String SERVICES_FILTER
static final String HTTP_ALIAS
static final String HTTP_CLASSPATH
static final String HTTP_WELCOME
static final int MAX_INACTIVE_INTERVAL
Copyright © 2009–2021 Opencast Project. All rights reserved.