org.xwiki.rest
Class XWikiRestletJaxRsApplication

java.lang.Object
  extended by org.restlet.Uniform
      extended by org.restlet.Restlet
          extended by org.restlet.Application
              extended by org.restlet.ext.jaxrs.JaxRsApplication
                  extended by org.xwiki.rest.XWikiRestletJaxRsApplication

public class XWikiRestletJaxRsApplication
extends org.restlet.ext.jaxrs.JaxRsApplication

This class implements the main Restlet application using the Restlet's JAX-RS extension.

Version:
$Id: XWikiRestletJaxRsApplication.java 21281 2009-06-13 19:22:09Z sdumitriu $

Constructor Summary
XWikiRestletJaxRsApplication()
           
 
Method Summary
 org.restlet.Restlet createRoot()
           
 
Methods inherited from class org.restlet.ext.jaxrs.JaxRsApplication
add, add, getGuard, getObjectFactory, getRoleChecker, getRootResources, getRootUris, setAuthentication, setContext, setGuard, setObjectFactory, setRoleChecker
 
Methods inherited from class org.restlet.Application
getAuthor, getConnectorService, getConverterService, getCurrent, getDecoderService, getDescription, getMetadataService, getName, getOwner, getRangeService, getRoot, getStatusService, getTaskService, getTunnelService, handle, setAuthor, setConnectorService, setConverterService, setCurrent, setDecoderService, setDescription, setMetadataService, setName, setOwner, setRangeService, setRoot, setStatusService, setTaskService, setTunnelService, start, stop
 
Methods inherited from class org.restlet.Restlet
getApplication, getContext, getLogger, init, isStarted, isStopped
 
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

XWikiRestletJaxRsApplication

public XWikiRestletJaxRsApplication()
Method Detail

createRoot

public org.restlet.Restlet createRoot()
Overrides:
createRoot in class org.restlet.ext.jaxrs.JaxRsApplication


Copyright © 2004-2009 XWiki. All Rights Reserved.