|
Project 3 | |||||||
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
cscie259.project3.wahoo.WahooServlet
cscie259.project3.wahoo.View
This servlet displays the main personalized view in the Wahoo portal. You MUST modify this file.
Field Summary |
Fields inherited from class javax.servlet.http.HttpServlet |
|
Fields inherited from class javax.servlet.GenericServlet |
|
Constructor Summary | |
View()
|
Method Summary | |
void |
doWork(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Displays the current user's main view; if user attempts to execute this servlet before user's authenticated (via the login servlet), should redirect user to login servlet. |
Methods inherited from class cscie259.project3.wahoo.WahooServlet |
doGet, doPost, forward, init, redirect |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public View()
Method Detail |
public void doWork(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
doWork
in class WahooServlet
request
- HTTP request objectresponse
- HTTP response object
java.io.IOException
- if an IO-related error occurs
javax.servlet.ServletException
- if a servlet-related error occurs
|
Project 3 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |