superviseur.net.servlets
Class TestBorneServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bysuperviseur.net.servlets.ProtectedResourceServlet
              extended bysuperviseur.net.servlets.TestBorneServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class TestBorneServlet
extends ProtectedResourceServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Fields inherited from class javax.servlet.GenericServlet
 
Constructor Summary
TestBorneServlet()
           
 
Method Summary
 void destroy()
           
 void doAuthorizedGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void doAuthorizedPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void init(javax.servlet.ServletConfig config)
           
protected  boolean isRequireddAdmin()
           
 
Methods inherited from class superviseur.net.servlets.ProtectedResourceServlet
doGet, doPost
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
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

TestBorneServlet

public TestBorneServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class ProtectedResourceServlet
Throws:
javax.servlet.ServletException

destroy

public void destroy()

doAuthorizedPost

public void doAuthorizedPost(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse res)
                      throws javax.servlet.ServletException,
                             java.io.IOException
Specified by:
doAuthorizedPost in class ProtectedResourceServlet
Throws:
javax.servlet.ServletException
java.io.IOException

doAuthorizedGet

public void doAuthorizedGet(javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
                     throws javax.servlet.ServletException,
                            java.io.IOException
Specified by:
doAuthorizedGet in class ProtectedResourceServlet
Throws:
javax.servlet.ServletException
java.io.IOException

isRequireddAdmin

protected boolean isRequireddAdmin()
Specified by:
isRequireddAdmin in class ProtectedResourceServlet