public class ICalendarServlet
extends HttpServlet
Constructor and Description |
---|
ICalendarServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
java.lang.String |
getFileMimeType() |
static java.lang.String |
getIcalCommandSyntax(DataSource ds) |
static Calendar |
makeCalendar(Login login,
MutableDataSource mds,
java.lang.String command,
java.lang.String startDateType,
java.lang.String host) |
Calendar |
makeCalendar(WebClient client,
DBICal dbIcal) |
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
request
- response
- java.io.IOException
- if an IO exception occurs.javax.servlet.ServletException
ServletException
public Calendar makeCalendar(WebClient client, DBICal dbIcal) throws java.lang.Exception
client
- the client to usedbIcal
- java.lang.Exception
- a serious problem.public static Calendar makeCalendar(Login login, MutableDataSource mds, java.lang.String command, java.lang.String startDateType, java.lang.String host) throws java.lang.Exception
java.lang.Exception
public static java.lang.String getIcalCommandSyntax(DataSource ds) throws java.lang.Exception
java.lang.Exception
public java.lang.String getFileMimeType()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.