org.mycore.services.broadcasting
Class MCRBroadcastingServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.mycore.frontend.servlets.MCRServlet
              extended by org.mycore.services.broadcasting.MCRBroadcastingServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class MCRBroadcastingServlet
extends MCRServlet

See Also:
Serialized Form

Field Summary
(package private) static Map<String,Element> bcRecList
           
 
Fields inherited from class org.mycore.frontend.servlets.MCRServlet
BASE_URL_ATTRIBUTE, trustedProxies
 
Constructor Summary
MCRBroadcastingServlet()
           
 
Method Summary
 void doGetPost(MCRServletJob job)
          This method should be overwritten by other servlets.
 void forwardJDOM(HttpServletRequest request, HttpServletResponse response, Element elem, boolean xslTransformation)
           
 void init()
           
 
Methods inherited from class org.mycore.frontend.servlets.MCRServlet
buildRedirectURL, doGet, doGet, doPost, doPost, generateActiveLinkErrorpage, generateErrorPage, getBaseURL, getLastModified, getLayoutService, getProperty, getRemoteAddr, getServletBaseURL, getSession, handleException, initTrustedProxies, render, reportException, think
 
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
 

Field Detail

bcRecList

static final Map<String,Element> bcRecList
Constructor Detail

MCRBroadcastingServlet

public MCRBroadcastingServlet()
Method Detail

init

public void init()
          throws MCRConfigurationException,
                 ServletException
Overrides:
init in class MCRServlet
Throws:
MCRConfigurationException
ServletException

doGetPost

public void doGetPost(MCRServletJob job)
               throws IOException,
                      ServletException,
                      JDOMException
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:
IOException
ServletException
JDOMException

forwardJDOM

public void forwardJDOM(HttpServletRequest request,
                        HttpServletResponse response,
                        Element elem,
                        boolean xslTransformation)
                 throws IOException
Throws:
IOException