com.jalios.jcms.rest
Class RestletApplication

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.restlet.Application
              extended by com.jalios.jcms.rest.RestletApplication
All Implemented Interfaces:
RestConstants

public class RestletApplication
extends org.restlet.Application
implements RestConstants

This implementation of a Restlet Application is the initialisation of the Restlet engine. In other things, it maps URI to Resources.

Since:
JCMS-6.0
Author:
dissert

Field Summary
 
Fields inherited from class org.restlet.Application
KEY
 
Fields inherited from interface com.jalios.jcms.rest.RestConstants
CSRF_HEADER_NAME, 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

RestletApplication

public RestletApplication(org.restlet.Context parentContext)
Method Detail

createRoot

public org.restlet.Restlet createRoot()
Creates a root Restlet that will receive all incoming calls.

Specified by:
createRoot in class org.restlet.Application

getStandardResourcesMap

public static Map<String,Class<? extends org.restlet.resource.Resource>> getStandardResourcesMap()


Copyright © 2001-2010 Jalios SA. All Rights Reserved.