|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jdc.javax.servlet.http.HttpServlet
|
+--com.jdc.http.HttpServlet
HttpServlet implements methods common to all HTTP servlets. All HTTP servlets should extend this servlet class.
| Constructor Summary | |
HttpServlet()
|
|
| Method Summary | |
protected RequestDispatcher |
getRequestDispatcher(String URL)
Returns a request dispatcher from the servlet context for the specified URL. |
ServletConfig |
getServletConfig()
Returns the servlet config object. |
ServletContext |
getServletContext()
Returns the servlet context object. |
String |
getServletName()
Returns the servlet name. |
protected String |
getWebAppPathName()
Returns the web application path name. |
void |
init(ServletConfig config)
Initializes the HTTP servlet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpServlet()
| Method Detail |
protected RequestDispatcher getRequestDispatcher(String URL)
public ServletConfig getServletConfig()
public ServletContext getServletContext()
public String getServletName()
protected String getWebAppPathName()
public void init(ServletConfig config)
throws ServletException
ServletException
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||