org.openrdf.sesame.server.http
Class SesameServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.openrdf.sesame.server.http.SesameServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Direct Known Subclasses:
ClearRepositoryServlet, ConfigServlet, CreateVersion, DataMergeServlet, DataUploadServlet, FileUploadServlet, GraphQueryAddServlet, GraphQueryMergeServlet, GraphQueryRemoveServlet, GraphQueryServlet, ListRepositoriesServlet, LoginServlet, LogoutServlet, RdfExtractionServlet, RemoveStatementsServlet, SelectBranch, TableQueryServlet, URLUploadServlet

public abstract class SesameServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
SesameServlet()
           
 
Method Summary
 void destroy()
          Release resources.
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
static void setSessionContext(HttpServletRequest request)
           
static void unsetSessionContext()
           
 
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

SesameServlet

public SesameServlet()
Method Detail

init

public final void init(ServletConfig config)
                throws ServletException
Throws:
ServletException

destroy

public final void destroy()
Release resources.


doGet

public final void doGet(HttpServletRequest request,
                        HttpServletResponse response)
                 throws ServletException,
                        IOException
Throws:
ServletException
IOException

doPost

public final void doPost(HttpServletRequest request,
                         HttpServletResponse response)
                  throws ServletException,
                         IOException
Throws:
ServletException
IOException

setSessionContext

public static void setSessionContext(HttpServletRequest request)
                              throws ServletException,
                                     IOException
Throws:
ServletException
IOException

unsetSessionContext

public static void unsetSessionContext()
                                throws ServletException,
                                       IOException
Throws:
ServletException
IOException


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.