|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DAVProperty>
org.efaps.ui.webdav.method.DAVProperty
public enum DAVProperty
The enum defines the DAV properties described in RFC2518 chapter 13.
| Enum Constant Summary | |
|---|---|
creationdate
Records the time and date the resource was created. |
|
displayname
Provides a name for the resource that is suitable for presentation to a user. |
|
getcontentlanguage
Contains the Content-Language header returned by a GET without accept headers |
|
getcontentlength
Contains the Content-Length header returned by a GET without accept headers. |
|
getcontenttype
Contains the Content-Type header returned by a GET without accept headers. |
|
getetag
Contains the ETag header returned by a GET without accept headers. |
|
getlastmodified
Contains the Last-Modified header returned by a GET method without accept headers. |
|
lockdiscovery
Describes the active locks on a resource. |
|
resourcetype
Specifies the nature of the resource. |
|
source
The destination of the source link identifies the resource that contains the unprocessed source of the link's source. |
|
supportedlock
To provide a listing of the lock capabilities supported by the resource. |
|
| Method Summary | |
|---|---|
java.lang.String |
makeXML(AbstractResource _rsrc)
|
protected java.lang.String |
makeXML(java.lang.String _text)
|
static DAVProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DAVProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DAVProperty creationdate
public static final DAVProperty displayname
public static final DAVProperty getcontentlanguage
public static final DAVProperty getcontentlength
public static final DAVProperty getcontenttype
public static final DAVProperty getetag
public static final DAVProperty getlastmodified
public static final DAVProperty lockdiscovery
public static final DAVProperty resourcetype
public static final DAVProperty source
public static final DAVProperty supportedlock
| Method Detail |
|---|
public static DAVProperty[] values()
for (DAVProperty c : DAVProperty.values()) System.out.println(c);
public static DAVProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullprotected java.lang.String makeXML(java.lang.String _text)
public java.lang.String makeXML(AbstractResource _rsrc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||