@Alternative @Named public class SimpleWebdavConfig extends Object implements WebdavConfig
| Constructor and Description |
|---|
SimpleWebdavConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlt404Path() |
String |
getDefaultIndexPath() |
boolean |
isLazyFolderCreationOnPut() |
boolean |
isOmitContentLengthHeaders() |
SimpleWebdavConfig |
withAlt404Path(String path) |
SimpleWebdavConfig |
withDefaultIndex(String path) |
SimpleWebdavConfig |
withLazyFolderCreationOnPut() |
SimpleWebdavConfig |
withOmitContentLengthHeader() |
SimpleWebdavConfig |
withoutAlt404Path() |
SimpleWebdavConfig |
withoutDefaultIndex() |
SimpleWebdavConfig |
withoutLazyFolderCreationOnPut() |
SimpleWebdavConfig |
withoutOmitContentLengthHeader() |
public SimpleWebdavConfig withLazyFolderCreationOnPut()
public SimpleWebdavConfig withoutLazyFolderCreationOnPut()
public SimpleWebdavConfig withOmitContentLengthHeader()
public SimpleWebdavConfig withoutOmitContentLengthHeader()
public SimpleWebdavConfig withAlt404Path(String path)
public SimpleWebdavConfig withoutAlt404Path()
public SimpleWebdavConfig withDefaultIndex(String path)
public SimpleWebdavConfig withoutDefaultIndex()
public boolean isLazyFolderCreationOnPut()
isLazyFolderCreationOnPut in interface WebdavConfigpublic boolean isOmitContentLengthHeaders()
isOmitContentLengthHeaders in interface WebdavConfigpublic String getAlt404Path()
getAlt404Path in interface WebdavConfigpublic String getDefaultIndexPath()
getDefaultIndexPath in interface WebdavConfigCopyright © 2014. All Rights Reserved.