lumis.service.seo.robotstxt
Class RobotsTxtServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
lumis.service.seo.robotstxt.RobotsTxtServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RobotsTxtServlet
- extends HttpServlet
Servlet that detects the current url, and calculates which robots.txt
information should be served.
- Since:
- 5.0.0
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RobotsTxtServlet
public RobotsTxtServlet()
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Based on the current request url detect which service robots.txt service
instance should be rendered and render it.
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.