yawiki.server.application
Class RSS
java.lang.Object
HttpServlet
yawiki.server.application.RSS
public class RSS
- extends HttpServlet
|
Constructor Summary |
RSS()
|
|
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
|
void |
doProcess(HttpServletRequest request,
HttpServletResponse response)
|
void |
init(ServletConfig config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS
public RSS()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
init
public void init(ServletConfig config)
throws ServletException
- Throws:
ServletException
doProcess
public void doProcess(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException