public class RequestPars
extends org.bedework.webdav.servlet.common.PostRequestPars
| Modifier and Type | Field and Description |
|---|---|
static int |
iScheduleSerialNumber
Update this if any change is made which alters the capabilities
of the service.
|
| Constructor and Description |
|---|
RequestPars(javax.servlet.http.HttpServletRequest req,
CaldavBWIntf intf,
String resourceUri) |
| Modifier and Type | Method and Description |
|---|---|
CalDAVCollection |
getCol() |
SysiIcalendar |
getIcalendar() |
IscheduleIn |
getIschedRequest() |
boolean |
isCalwsSoap() |
boolean |
isFreeBusy() |
boolean |
isiSchedule() |
boolean |
isNotifyws() |
boolean |
isServerInfo() |
boolean |
isShare() |
boolean |
isSynchws() |
boolean |
isWebcal() |
boolean |
isWebcalGetAccept() |
void |
setCol(CalDAVCollection val) |
void |
setIcalendar(SysiIcalendar val) |
void |
setWebcalGetAccept(boolean val) |
checkUri, getAcceptType, getContentType, getContentTypePars, getMethod, getNoPrefixResourceUri, getReader, getReq, getResourceUri, getXmlDoc, isAddMember, isAppXml, processRequest, processXml, setContentTypepublic static final int iScheduleSerialNumber
public RequestPars(javax.servlet.http.HttpServletRequest req,
CaldavBWIntf intf,
String resourceUri)
throws org.bedework.webdav.servlet.shared.WebdavException
req - - the requestintf - service interfaceresourceUri - the uriorg.bedework.webdav.servlet.shared.WebdavExceptionpublic IscheduleIn getIschedRequest()
public boolean isCalwsSoap()
public boolean isSynchws()
public boolean isNotifyws()
public boolean isWebcal()
public void setWebcalGetAccept(boolean val)
val - true if this is a web calendar request with GET + ACCEPTpublic boolean isWebcalGetAccept()
public boolean isServerInfo()
public boolean isFreeBusy()
public boolean isiSchedule()
public boolean isShare()
public void setCol(CalDAVCollection val)
val - a collectionpublic CalDAVCollection getCol()
public void setIcalendar(SysiIcalendar val)
val - SysiCalendar objectpublic SysiIcalendar getIcalendar()
Copyright © 2018 Bedework. All rights reserved.