org.openrdf.workbench.proxy
Class WorkbenchServlet
java.lang.Object
org.openrdf.workbench.base.BaseServlet
org.openrdf.workbench.proxy.WorkbenchServlet
- All Implemented Interfaces:
- javax.servlet.Servlet
public class WorkbenchServlet
- extends BaseServlet
|
Method Summary |
void |
destroy()
|
void |
init(javax.servlet.ServletConfig config)
|
void |
resetCache()
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_PARAM
public static final String SERVER_PARAM
- See Also:
- Constant Field Values
WorkbenchServlet
public WorkbenchServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet- Overrides:
init in class BaseServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy in interface javax.servlet.Servlet- Overrides:
destroy in class BaseServlet
resetCache
public void resetCache()
service
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
- Overrides:
service in class BaseServlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2001-2009 Aduna. All Rights Reserved.