|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.strangelight.servlet.HtmlServlet
|
+--com.strangelight.servlets.HexTest.HexTestServlet
| Constructor Summary | |
HexTestServlet()
|
|
| Method Summary | |
void |
doGetOrPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpSession session,
java.util.Map query,
java.io.PrintWriter out)
Servlets define this method to handle browser requests. |
| Methods inherited from class com.strangelight.servlet.HtmlServlet |
doGet, doPost |
| 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, init, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HexTestServlet()
| Method Detail |
public void doGetOrPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.http.HttpSession session,
java.util.Map query,
java.io.PrintWriter out)
throws java.lang.Exception
HtmlServlet
doGetOrPost in class HtmlServletrequest - a HttpServletRequest object encapsulating this
browser request.response - a HttpServletResponse object encapsulating the
servlet's response.session - the HttpSession for this request. A
null value indicates that this request is not
part of any established session.out - the PrintWriter to which the servlet should write
its HTML.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||