| Modifier and Type | Field and Description |
|---|---|
protected boolean |
addMember |
protected boolean |
getTheReader |
| Constructor and Description |
|---|
PostRequestPars(javax.servlet.http.HttpServletRequest req,
WebdavNsIntf intf,
String resourceUri) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkUri(String specialUri) |
String |
getAcceptType()
from accept header
|
String |
getContentType() |
String[] |
getContentTypePars() |
String |
getMethod() |
String |
getNoPrefixResourceUri()
If this request is for a special URI this is the resource URI without
the prefix and any parameters.
|
Reader |
getReader() |
javax.servlet.http.HttpServletRequest |
getReq() |
String |
getResourceUri() |
Document |
getXmlDoc() |
boolean |
isAddMember() |
boolean |
isAppXml() |
boolean |
processRequest() |
boolean |
processXml() |
void |
setContentType(String val) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseXmlSafelypublic PostRequestPars(javax.servlet.http.HttpServletRequest req,
WebdavNsIntf intf,
String resourceUri)
throws WebdavException
req - - the requestintf - service interfaceresourceUri - the uriWebdavExceptionpublic boolean processRequest()
throws WebdavException
WebdavExceptionpublic boolean processXml()
throws WebdavException
WebdavExceptionpublic Reader getReader() throws WebdavException
WebdavExceptionpublic javax.servlet.http.HttpServletRequest getReq()
public String getMethod()
public String getResourceUri()
public String getNoPrefixResourceUri()
for example /ischedule/domainkey/... will become /domainkey/...
public String getAcceptType()
public String getContentType()
public String[] getContentTypePars()
public Document getXmlDoc()
public boolean isAddMember()
public boolean isAppXml()
public void setContentType(String val)
val - - the content typeprotected boolean checkUri(String specialUri)
specialUri - the uri to cehck forCopyright © 2018 Bedework. All rights reserved.