Class PropFindMethod.PropRequest
- java.lang.Object
-
- org.bedework.webdav.servlet.common.PropFindMethod.PropRequest
-
- Enclosing class:
- PropFindMethod
public static class PropFindMethod.PropRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropFindMethod.PropRequest.ReqType
-
Field Summary
Fields Modifier and Type Field Description List<WebdavProperty>propsFor the prop element we build a Collection of WebdavPropertyPropFindMethod.PropRequest.ReqTypereqType
-
-
-
Field Detail
-
reqType
public PropFindMethod.PropRequest.ReqType reqType
-
props
public List<WebdavProperty> props
For the prop element we build a Collection of WebdavProperty
-
-