fedora.server.access
Class RISearchServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by fedora.server.access.TrippiServlet
              extended by 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

Constructor Summary
RISearchServlet()
           
 
Method Summary
 boolean closeOnDestroy()
          Override this method to return false if the connector(s) should not be closed when the servlet is stopped.
 void doGet(org.trippi.server.TrippiServer server, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 java.lang.String getContext(java.lang.String origContext)
           
 java.lang.String getErrorStylesheetLocation()
           
 java.lang.String getFormStylesheetLocation()
           
 java.lang.String getIndexStylesheetLocation()
           
 org.trippi.TriplestoreReader getReader()
           
 org.trippi.TriplestoreWriter getWriter()
           
 
Methods inherited from class fedora.server.access.TrippiServlet
destroy, doFind, doForm, doGet, doIndex, doPost, getConnector, init
 
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
 

Constructor Detail

RISearchServlet

public RISearchServlet()
Method Detail

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