|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--SuperServlet
This class implements a servlet for viewing the forum. It is intended to be inherited by other ViewServlets. It uses different tables in database: 'db_03_peta_la' at 'atlas.dsv.su.se'.
It uses the db- and the forum-package for accessing and communication with the database.
Constructor Summary | |
SuperServlet()
|
Method Summary | |
void |
destroy()
Releases the servlets resources. |
void |
init()
The init-method which is run when servlet is run for the first time. |
Methods inherited from class javax.servlet.http.HttpServlet |
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 SuperServlet()
Method Detail |
public void init() throws javax.servlet.ServletException
The init-method which is run when servlet is run for the first time.
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
- The standard ServletExceptionpublic void destroy()
destroy
in class javax.servlet.GenericServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |