|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Prop | |
---|---|
org.apache.wink.webdav.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
org.apache.wink.webdav.server |
Uses of Prop in org.apache.wink.webdav.model |
---|
Fields in org.apache.wink.webdav.model declared as Prop | |
---|---|
protected Prop |
Propfind.prop
|
protected Prop |
Propstat.prop
|
protected Prop |
Remove.prop
|
protected Prop |
Set.prop
|
Methods in org.apache.wink.webdav.model that return Prop | |
---|---|
Prop |
ObjectFactory.createProp()
Create an instance of Prop |
Prop |
Propfind.getProp()
Gets the value of the prop property. |
Prop |
Propstat.getProp()
Gets the value of the prop property. |
Prop |
Remove.getProp()
Gets the value of the prop property. |
Prop |
Set.getProp()
Gets the value of the prop property. |
Methods in org.apache.wink.webdav.model that return types with arguments of type Prop | |
---|---|
java.util.List<Prop> |
Propertyupdate.getPropsToRemove()
Get a list of Prop objects to remove |
java.util.List<Prop> |
Propertyupdate.getPropsToSet()
Get a list of Prop objects to be set |
Methods in org.apache.wink.webdav.model with parameters of type Prop | |
---|---|
void |
Prop.copyTo(Prop dest)
Performs a shallow copy of all elements in this Prop instance into the dest Prop instance |
static java.util.Set<javax.xml.namespace.QName> |
WebDAVModelHelper.extractPropertyNames(Prop prop,
java.util.Set<javax.xml.namespace.QName> set)
|
void |
Propfind.setProp(Prop value)
Sets the value of the prop property. |
void |
Propstat.setProp(Prop value)
Sets the value of the prop property. |
void |
Remove.setProp(Prop value)
Sets the value of the prop property. |
void |
Set.setProp(Prop value)
Sets the value of the prop property. |
Uses of Prop in org.apache.wink.webdav.server |
---|
Methods in org.apache.wink.webdav.server with parameters of type Prop | |
---|---|
void |
WebDAVResponseBuilder.PropertyHandler.setAllPropertyNames(WebDAVResponseBuilder builder,
Prop prop,
SyndBase synd)
Set the Prop instance with empty (no values) properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |