public class RSSPodfeedServlet extends HttpServlet
| Constructor and Description |
|---|
RSSPodfeedServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
The doGet method of the servlet.
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
The doPost method of the servlet.
|
void |
init()
Initialization of the servlet.
|
void |
setPodfeedService(org.sakaiproject.api.app.podcasts.PodfeedService podfeedService) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doGet in class HttpServletrequest - the request send by the client to the serverresponse - the response send by the server to the clientServletException - if an error occurredIOException - if an error occurredpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
doPost in class HttpServletrequest - the request send by the client to the serverresponse - the response send by the server to the clientServletException - if an error occurredIOException - if an error occurredpublic void init()
throws ServletException
init in class GenericServletServletException - if an error occurepublic void setPodfeedService(org.sakaiproject.api.app.podcasts.PodfeedService podfeedService)
podfeedService - The podfeedService to set.Copyright © 2003-2015 University of Michigan. All Rights Reserved.