|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Propstat | |
|---|---|
| org.apache.wink.webdav.model | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of Propstat in org.apache.wink.webdav.model |
|---|
| Fields in org.apache.wink.webdav.model with type parameters of type Propstat | |
|---|---|
protected java.util.List<Propstat> |
Response.propstat
|
| Methods in org.apache.wink.webdav.model that return Propstat | |
|---|---|
Propstat |
ObjectFactory.createPropstat()
Create an instance of Propstat |
Propstat |
Response.getOrCreatePropstat(int status,
java.lang.String description,
Error error)
Get a Propstat instance contained within this response that has the provided criteria, or create a new Propstat instance with the provided information if no propstat already exists. |
Propstat |
Response.getPropstat(int status,
java.lang.String description,
Error error)
Get a Propstat instance contained within this response that has the provided criteria. |
| Methods in org.apache.wink.webdav.model that return types with arguments of type Propstat | |
|---|---|
java.util.List<Propstat> |
Response.getPropstat()
Gets the value of the propstat property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||