Class 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.MCRServlet
    Maps collection and action to a redirect URL. call /servlets/MCRActionMappingServlet/{collection}/{action}
    Author:
    Thomas Scheffler (yagee)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.mycore.frontend.servlets.MCRServlet

        ATTR_MYCORE_SESSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doGet​(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
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, 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

      • MCRActionMappingServlet

        public MCRActionMappingServlet()
    • Method Detail

      • doGet

        protected void doGet​(org.mycore.frontend.servlets.MCRServletJob job)
                      throws java.lang.Exception
        Overrides:
        doGet in class org.mycore.frontend.servlets.MCRServlet
        Throws:
        java.lang.Exception