org.mycore.frontend.servlets
Class MCRFSMapperServlet

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.frontend.servlets.MCRFSMapperServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class MCRFSMapperServlet
extends MCRServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.mycore.frontend.servlets.MCRServlet
BASE_URL_ATTRIBUTE, trustedProxies
 
Constructor Summary
MCRFSMapperServlet()
           
 
Method Summary
protected  void doGet(MCRServletJob job)
           
protected  long getLastModified(HttpServletRequest request)
          allows browser to cache requests.
 
Methods inherited from class org.mycore.frontend.servlets.MCRServlet
buildRedirectURL, doGet, doGetPost, doPost, doPost, generateActiveLinkErrorpage, generateErrorPage, getBaseURL, getLayoutService, getProperty, getRemoteAddr, getServletBaseURL, getSession, handleException, init, 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
 

Constructor Detail

MCRFSMapperServlet

public MCRFSMapperServlet()
Method Detail

doGet

protected void doGet(MCRServletJob job)
              throws Exception
Overrides:
doGet in class MCRServlet
Throws:
Exception

getLastModified

protected long getLastModified(HttpServletRequest request)
Description copied from class: MCRServlet
allows browser to cache requests. This method is usefull as it allows browsers to cache content that is not changed. Please overwrite this method in every Servlet that depends on "remote" data.

Overrides:
getLastModified in class MCRServlet