Package org.mycore.wfc.actionmapping
Class MCRActionMappingServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.mycore.frontend.servlets.MCRServlet
-
- org.mycore.wfc.actionmapping.MCRActionMappingServlet
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@WebServlet(name="Action Mapping", urlPatterns="/servlets/MCRActionMappingServlet/*") public class MCRActionMappingServlet extends org.mycore.frontend.servlets.MCRServletMaps collection and action to a redirect URL. call /servlets/MCRActionMappingServlet/{collection}/{action}- Author:
- Thomas Scheffler (yagee)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MCRActionMappingServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(org.mycore.frontend.servlets.MCRServletJob job)-
Methods inherited from class org.mycore.frontend.servlets.MCRServlet
allowCrossDomainRequests, buildRedirectURL, cleanupMCRSession, doGet, doGetPost, doPost, doPost, getErrorI18N, getLastModified, getLayoutService, getProperty, getReferer, getServletBaseURL, getSession, handleException, init, initializeMCRSession, render, reportException, think, toReferrer, toReferrer
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, service, service
-
-