org.mycore.frontend.servlets
Class MCRClassificationBrowser2
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.frontend.servlets.MCRClassificationBrowser2
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
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:
- 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 |
MCRClassificationBrowser2
public MCRClassificationBrowser2()
doGetPost
public void doGetPost(MCRServletJob job)
throws Exception
- Description copied from class:
MCRServlet
- This method should be overwritten by other servlets. As a default
response we indicate the HTTP 1.1 status code 501 (Not Implemented).
- Overrides:
doGetPost in class MCRServlet
- Throws:
Exception