org.openrdf.sesame.server.http
Class SesameServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.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
SesameServlet
public SesameServlet()
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.