Class MCRClassificationBrowser2

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class MCRClassificationBrowser2
    extends org.mycore.frontend.servlets.MCRServlet
    This servlet provides a way to visually navigate through the tree of categories of a classification. The XML output is transformed to HTML using classificationBrowserData.xsl on the server side, then sent to the client browser, where AJAX does the rest.
    Author:
    Frank Lützenkirchen
    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 boolean allowCrossDomainRequests()  
      protected void configureQueryAdapter​(MCRClassificationBrowser2.MCRQueryAdapter queryAdapter, javax.servlet.http.HttpServletRequest req)  
      void doGetPost​(org.mycore.frontend.servlets.MCRServletJob job)  
      protected MCRClassificationBrowser2.MCRQueryAdapter getQueryAdapter​(java.lang.String fieldName)  
      • Methods inherited from class org.mycore.frontend.servlets.MCRServlet

        buildRedirectURL, cleanupMCRSession, doGet, doGet, 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

      • MCRClassificationBrowser2

        public MCRClassificationBrowser2()
    • Method Detail

      • doGetPost

        public void doGetPost​(org.mycore.frontend.servlets.MCRServletJob job)
                       throws java.lang.Exception
        Overrides:
        doGetPost in class org.mycore.frontend.servlets.MCRServlet
        Throws:
        java.lang.Exception
      • allowCrossDomainRequests

        protected boolean allowCrossDomainRequests()
        Overrides:
        allowCrossDomainRequests in class org.mycore.frontend.servlets.MCRServlet