fedora.server.access
Class RISearchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
fedora.server.access.TrippiServlet
fedora.server.access.RISearchServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class RISearchServlet
- extends TrippiServlet
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, 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 |
RISearchServlet
public RISearchServlet()
getReader
public org.trippi.TriplestoreReader getReader()
throws javax.servlet.ServletException
- Overrides:
getReader in class TrippiServlet
- Throws:
javax.servlet.ServletException
getWriter
public org.trippi.TriplestoreWriter getWriter()
throws javax.servlet.ServletException
- Overrides:
getWriter in class TrippiServlet
- Throws:
javax.servlet.ServletException
doGet
public void doGet(org.trippi.server.TrippiServer server,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Overrides:
doGet in class TrippiServlet
- Throws:
java.lang.Exception
closeOnDestroy
public boolean closeOnDestroy()
- Description copied from class:
TrippiServlet
- Override this method to return false if the connector(s) should not
be closed when the servlet is stopped.
- Overrides:
closeOnDestroy in class TrippiServlet
getIndexStylesheetLocation
public java.lang.String getIndexStylesheetLocation()
- Overrides:
getIndexStylesheetLocation in class TrippiServlet
getFormStylesheetLocation
public java.lang.String getFormStylesheetLocation()
- Overrides:
getFormStylesheetLocation in class TrippiServlet
getErrorStylesheetLocation
public java.lang.String getErrorStylesheetLocation()
- Overrides:
getErrorStylesheetLocation in class TrippiServlet
getContext
public java.lang.String getContext(java.lang.String origContext)
- Overrides:
getContext in class TrippiServlet