org.fcrepo.server.access
Class RISearchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.fcrepo.server.SpringServlet
org.fcrepo.server.access.SpringAccessServlet
org.fcrepo.server.access.RISearchServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class RISearchServlet
- extends SpringAccessServlet
RISearchServlet
- Version:
- $Id$
- See Also:
- Serialized Form
|
Method Summary |
void |
doFind(org.trippi.server.TrippiServer server,
String type,
String template,
String lang,
String query,
String limit,
String distinct,
String format,
String dumbTypes,
boolean streamImmediately,
String flush,
javax.servlet.http.HttpServletResponse response)
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Exactly the same behavior as doGet. |
org.trippi.server.TrippiServer |
getTrippiServer()
|
org.trippi.TriplestoreWriter |
getWriter()
|
void |
init(javax.servlet.ServletConfig config)
|
| 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()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init in interface javax.servlet.Servlet- Overrides:
init in class SpringAccessServlet
- Throws:
javax.servlet.ServletException
getTrippiServer
public org.trippi.server.TrippiServer getTrippiServer()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
getWriter
public org.trippi.TriplestoreWriter getWriter()
throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
doGet in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
doFind
public void doFind(org.trippi.server.TrippiServer server,
String type,
String template,
String lang,
String query,
String limit,
String distinct,
String format,
String dumbTypes,
boolean streamImmediately,
String flush,
javax.servlet.http.HttpServletResponse response)
throws Exception
- Throws:
Exception
doPost
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Exactly the same behavior as doGet.
- Overrides:
doPost in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2012 DuraSpace. All Rights Reserved.