|
Tynamo™-SNAP v1.0.4 |
||||||||
| 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.qindesign.servlet.example.OneWireServlet
public class OneWireServlet
Allows the user to explore 1-Wire devices on a system.
| Constructor Summary | |
|---|---|
OneWireServlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroys any resources consumed by the init() method. |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
Process a GET request. |
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp)
Process a POST request. |
void |
init()
Initializes the servlet. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneWireServlet()
| Method Detail |
|---|
public void init()
throws ServletException
init in class GenericServletServletExceptionpublic void destroy()
init() method.
destroy in interface Servletdestroy in class GenericServlet
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
doPost in class HttpServletServletException
IOException
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
doGet in class HttpServletServletException
IOException
|
Tynamo™-SNAP v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||