Class Show

java.lang.Object
  extended by HttpServlet
      extended by Show

public class Show
extends HttpServlet

Show anropas från medlemmar.html för att visa en medlem. Servleten hämtar den utvalda medlemmens värden ur tabellen community. Därefter skriver den ut värden till profil.html via en mixer.


Constructor Summary
Show()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          doGet hämtar värden ifrån vald medlem ur tabellen community.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Show

public Show()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
doGet hämtar värden ifrån vald medlem ur tabellen community. Skriver sen ut dem till profil.html via en mixer.

Parameters:
request - är klientens förfrågan
response - är severns svar
Throws:
java.io.IOException
ServletException