|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.restlet.Uniform org.restlet.Restlet org.restlet.Application com.jalios.jcms.rest.RestletApplication
public class RestletApplication
This implementation of a Restlet Application is the initialisation of the Restlet engine. In other things, it maps URI to Resources.
Field Summary |
---|
Fields inherited from class org.restlet.Application |
---|
KEY |
Fields inherited from interface com.jalios.jcms.rest.RestConstants |
---|
HTTP_HEADERS, METHOD_OVERRIDE_HTTP_HEADER, SERVER_REQUEST_HTTP_HEADER_PREFIX, UTS_ADMIN, UTS_DATA_CHILDREN, UTS_DATA_PARAM, UTS_DATATYPE_ITEM, UTS_DATATYPE_LIST, UTS_DOC, UTS_MEMBER_ITEM, UTS_SEARCH, UTS_WORKFLOWS, UTS_WORKFLOWS_ITEM |
Constructor Summary | |
---|---|
RestletApplication(org.restlet.Context parentContext)
|
Method Summary | |
---|---|
org.restlet.Restlet |
createRoot()
Creates a root Restlet that will receive all incoming calls. |
static Map<String,Class<? extends org.restlet.resource.Resource>> |
getStandardResourcesMap()
|
Methods inherited from class org.restlet.Application |
---|
getAuthor, getConnectorService, getConverterService, getDecoderService, getDescription, getMetadataService, getName, getOwner, getRoot, getStatusService, getTunnelService, handle, setAuthor, setConnectorService, setConverterService, setDecoderService, setDescription, setMetadataService, setName, setOwner, setStatusService, setTunnelService, start, stop |
Methods inherited from class org.restlet.Restlet |
---|
getContext, getLogger, init, isStarted, isStopped, setContext |
Methods inherited from class org.restlet.Uniform |
---|
delete, delete, get, get, handle, head, head, options, options, post, post, put, put |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestletApplication(org.restlet.Context parentContext)
Method Detail |
---|
public org.restlet.Restlet createRoot()
createRoot
in class org.restlet.Application
public static Map<String,Class<? extends org.restlet.resource.Resource>> getStandardResourcesMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |