|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.core.Application
org.exoplatform.services.jcr.webdav.WebDAVApplication
public final class WebDAVApplication
Common configuration mechanism for WebDAV application. From JAX-RS
specification, section 2.1
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 Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Set<Class<?>> |
getClasses()
|
protected String |
getPortalContainerName()
Override this if you need other container name. |
Set<Object> |
getSingletons()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebDAVApplication()
getPortalContainerName()public WebDAVApplication(WebDavService webdavService)
webdavService - WebDavService| Method Detail |
|---|
public Set<Class<?>> getClasses()
getClasses in class javax.ws.rs.core.Applicationpublic Set<Object> getSingletons()
getSingletons in class javax.ws.rs.core.Applicationprotected String getPortalContainerName()
|
eXo JCR :: Component :: Webdav Service 1.15.11-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||