|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.compomics.util.general.servlet.MassCalcServlet
public class MassCalcServlet
This class implements the MassCalc class as a servlet.
It also generates its own submission form upon first contact.
MassCalc
,
Serialized FormConstructor Summary | |
---|---|
MassCalcServlet()
|
Method Summary | |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Override of parent class, implemented here as a simple forward to the 'doPost' method. |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Override of parent class; this method handles post requests, and through forwarding also get requests. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MassCalcServlet()
Method Detail |
---|
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
doGet
in class javax.servlet.http.HttpServlet
req
- HttpServletRequest with the requestres
- HttpServletResponse with the responsepublic void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
doPost
in class javax.servlet.http.HttpServlet
req
- HttpServletRequest with the requestres
- HttpServletResponse with the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |