Class MCRClassificationBrowser2

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.frontend.servlets.MCRClassificationBrowser2
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class MCRClassificationBrowser2 extends 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: