org.mycore.frontend.wcms
Class MCRWCMSAdminServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.frontend.wcms.MCRWCMSServlet
org.mycore.frontend.wcms.MCRWCMSAdminServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MCRWCMSAdminServlet
- extends MCRWCMSServlet
- 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 |
MCRWCMSAdminServlet
public MCRWCMSAdminServlet()
processRequest
protected void processRequest(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Specified by:
processRequest in class MCRWCMSServlet
- Throws:
IOException
getTodo
final String getTodo(HttpServletRequest request)
- Returns the task for the servlet call
- Parameters:
request -
- Returns:
generateXML_managPage
public void generateXML_managPage(MCRSession mcrSession,
Element root)
generateXML_logs
public void generateXML_logs(HttpServletRequest request,
Element rootOut)
generateXML_managGlobal
public void generateXML_managGlobal(Element rootOut)
generateXML_saveGlobal
public void generateXML_saveGlobal(HttpServletRequest request,
HttpServletResponse response)