|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.webdav.interop.WindowsRedirectorPatchResource
public final class WindowsRedirectorPatchResource
This class represents a JAX-RS resource with only the OPTIONS-Method which returns WebDAV-specific headers for the root resource. Why is this needed? If you want to register a network folder. For example "net use X: http://mywebdavserver/filesystem". Microsoft MiniRedir expects that the root resource is webdav enabled. If you add this Resource, your server will be webdav enabled on the root.
| Constructor Summary | |
|---|---|
WindowsRedirectorPatchResource()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
options()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsRedirectorPatchResource()
| Method Detail |
|---|
public javax.ws.rs.core.Response options()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||