public final class WebDAVApplication
extends javax.ws.rs.core.Application
The resources and providers that make up a JAX-RS application are configured via an application-supplied subclass of Application. An implementation MAY provide alternate mechanisms for locating resource classes and providers (e.g. runtime class scanning) but use of Application is the only portable means of configuration.
| Constructor and Description |
|---|
WebDAVApplication()
This constructor will be used by third part RESTful frameworks that not use
exo container directly.
|
WebDAVApplication(WebDavService webdavService)
This constructor will be used by exo container.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getClasses() |
protected String |
getPortalContainerName()
Override this if you need other container name.
|
Set<Object> |
getSingletons() |
public WebDAVApplication()
getPortalContainerName()public WebDAVApplication(WebDavService webdavService)
webdavService - WebDavServicepublic Set<Class<?>> getClasses()
getClasses in class javax.ws.rs.core.Applicationpublic Set<Object> getSingletons()
getSingletons in class javax.ws.rs.core.Applicationprotected String getPortalContainerName()
Copyright © 2016 eXo Platform SAS. All Rights Reserved.