org.mycore.frontend.servlets
Class MCRFSMapperServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.mycore.frontend.servlets.MCRServlet
org.mycore.frontend.servlets.MCRFSMapperServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MCRFSMapperServlet
- extends MCRServlet
- See Also:
- Serialized Form
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRFSMapperServlet
public MCRFSMapperServlet()
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