org.mycore.services.z3950
Class MCRZ3950Servlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.services.z3950.MCRZ3950Servlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MCRZ3950Servlet
- extends MCRServlet
Dieses Servlet implementiert eine MyCoRe-Schnittstelle für einen
Z39.50-Server. Die Suche wird dabei an eine Serviceklasse
delegiert.
- Version:
- 1.0
- Author:
- Andreas de Azevedo
- See Also:
- Serialized Form
| Methods inherited from class org.mycore.frontend.servlets.MCRServlet |
buildRedirectURL, doGet, doGet, doPost, doPost, generateActiveLinkErrorpage, generateErrorPage, getBaseURL, getLastModified, getLayoutService, getProperty, getRemoteAddr, getServletBaseURL, getSession, handleException, init, initTrustedProxies, render, reportException, think |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRZ3950Servlet
public MCRZ3950Servlet()
getServletInfo
public String getServletInfo()
- Method getServletInfo. Returns a short description of the servlet.
- Specified by:
getServletInfo in interface Servlet- Overrides:
getServletInfo in class GenericServlet
- Returns:
- String
doGetPost
public void doGetPost(MCRServletJob job)
throws IOException,
ServletException
- This method handles HTTP GET/POST requests and resolves them to output.
- Overrides:
doGetPost in class MCRServlet
- Parameters:
job - MCRServletJob containing request and response objects
- Throws:
IOException - for java I/O errors.
ServletException - for errors from the servlet engine.