org.openrdf.elmo.smusher.servlet
Class SmusherServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.openrdf.elmo.smusher.servlet.SmusherServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class SmusherServlet
- extends HttpServlet
Web interface to the Elmo smusher. See the provided user manual for the
documentation of initialization and request parameters.
- Author:
- Peter Mika (pmika@cs.vu.nl)
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmusherServlet
public SmusherServlet()
smush
public static void smush(Repository repository,
Writer log)
throws OpenRDFException
- Throws:
OpenRDFException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
main
public static void main(String[] args)
throws Exception
- For debugging purposes only.
- Parameters:
args -
- Throws:
Exception
Copyright © 2004-2008 Aduna. All Rights Reserved.