|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradmcevoy.http.webdav.MsPropFindRequestFieldParser
public class MsPropFindRequestFieldParser
Decorator for PropFindRequestFieldParser's. Calls getRequestedFields on the wrapped object. If no fields were requested this class adds the default ones expected by windows clients. This is because windows clients generally do not specify a PROPFIND body and expect the server to return these fields. Note that failing to return exactly the fields expected in the exact order can break webdav on windows.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bradmcevoy.http.webdav.PropFindRequestFieldParser |
|---|
PropFindRequestFieldParser.ParseResult |
| Constructor Summary | |
|---|---|
MsPropFindRequestFieldParser(PropFindRequestFieldParser wrapped)
|
|
| Method Summary | |
|---|---|
PropFindRequestFieldParser.ParseResult |
getRequestedFields(java.io.InputStream in)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsPropFindRequestFieldParser(PropFindRequestFieldParser wrapped)
| Method Detail |
|---|
public PropFindRequestFieldParser.ParseResult getRequestedFields(java.io.InputStream in)
getRequestedFields in interface PropFindRequestFieldParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||