| Annotation Type and Description |
|---|
| net.java.dev.webdav.jaxrs.methods.OPTIONS
Since 1.1. Use
OPTIONS instead. Future releases will not contain this class anymore. |
| Field and Description |
|---|
| net.java.dev.webdav.jaxrs.xml.elements.Write.SINGLETON
Since 1.2. Use
Write.WRITE instead to obtain a singleton. In future releases this will be removed. |
| net.java.dev.webdav.jaxrs.xml.elements.Exclusive.SINGLETON
Since 1.2. Use
Exclusive.EXCLUSIVE instead to obtain a singleton. In future releases this will be removed. |
| net.java.dev.webdav.jaxrs.xml.elements.Shared.SINGLETON
Since 1.2. Use
Shared.SHARED instead to obtain a singleton. In future releases this will be removed. |
| Constructor and Description |
|---|
| net.java.dev.webdav.jaxrs.xml.elements.AllProp()
Since 1.2. Use
AllProp.ALLPROP instead to obtain a singleton. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.conditions.CannotModifyProtectedProperty()
Since 1.2. Use
CannotModifyProtectedProperty.CANNOT_MODIFY_PROTECTED_PROPERTY instead to obtain a singleton. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.elements.Collection()
Since 1.2. Use
Collection.COLLECTION instead to obtain a singleton. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.CreationDate()
Since 1.2. Use
CreationDate.CREATIONDATE instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.DisplayName()
Since 1.2. Use
DisplayName.DISPLAYNAME instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.GetContentLanguage()
Since 1.2. Use
GetContentLanguage.GETCONTENTLANGUAGE instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.GetContentLength()
Since 1.2. Use
GetContentLength.GETCONTENTLENGTH instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.GetContentType()
Since 1.2. Use
GetContentType.GETCONTENTTYPE instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.GetETag()
Since 1.2. Use
GetETag.GETETAG instead to obtain a singleton empty instance. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.GetLastModified()
Since 1.2. Use
GetLastModified.GETLASTMODIFIED instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.LockDiscovery()
Since 1.2. Use
LockDiscovery.LOCKDISCOVERY instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.conditions.LockTokenMatchesRequestUri()
Since 1.2. Use
LockTokenMatchesRequestUri.LOCK_TOKEN_MATCHES_REQUEST_URI instead to obtain a singleton. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.conditions.NoExternalEntities()
Since 1.2. Use
NoExternalEntities.NO_EXTERNAL_ENTITIES instead to obtain a singleton. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.conditions.PreservedLiveProperties()
Since 1.2. Use
PreservedLiveProperties.PRESERVED_LIVE_PROPERTIES instead to obtain a singleton. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.conditions.PropFindFiniteDepth()
Since 1.2. Use
PropFindFiniteDepth.PROPFIND_FINITE_DEPTH instead to obtain a singleton. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.elements.PropName()
Since 1.2. Use
PropName.PROPNAME instead to obtain a singleton. In future releases this will have private visibility. |
| net.java.dev.webdav.jaxrs.xml.properties.ResourceType()
Since 1.2. Use
ResourceType.RESOURCETYPE instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
| net.java.dev.webdav.jaxrs.xml.elements.Response(HRef, Error, ResponseDescription, Location, Collection Since 1.2, as the provided
propStats collection is not necessarily immutable and there is no standard Java way to enforce
immutability. Use Response.Response(HRef, Error, ResponseDescription, Location, PropStat, PropStat...) instead. |
| net.java.dev.webdav.jaxrs.xml.elements.Status(Response.Status)
Since 1.1. Use
Status.Status(javax.ws.rs.core.Response.StatusType) instead. |
| net.java.dev.webdav.jaxrs.xml.elements.Status(ResponseStatus)
Since 1.1. Use
Status.Status(javax.ws.rs.core.Response.StatusType) instead. |
| net.java.dev.webdav.jaxrs.xml.properties.SupportedLock()
Since 1.2. Use
SupportedLock.SUPPORTEDLOCK instead to obtain a singleton empty instance. In future releases this will have private
visibility. |
Copyright © 2008-2014 The java.net WebDAV Project. All Rights Reserved.