Class SeoControlServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.ofbiz.webapp.control.ControlServlet
org.apache.ofbiz.product.category.SeoControlServlet
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
SeoControlServlet.java - SEO Master servlet for the web application.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doGet
(HttpServletRequest request, HttpServletResponse response) static String
static String
void
init
(ServletConfig config) static void
setControlServlet
(String controlServlet) static void
setDefaultPage
(String defaultPage) Methods inherited from class org.apache.ofbiz.webapp.control.ControlServlet
doDelete, doPost, doPut, handle, init
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
-
Field Details
-
REQUEST_IN_ALLOW_LIST
- See Also:
-
-
Constructor Details
-
SeoControlServlet
public SeoControlServlet()
-
-
Method Details
-
init
- Specified by:
init
in interfaceServlet
- Overrides:
init
in classGenericServlet
- Throws:
ServletException
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
doGet
in classControlServlet
- Throws:
ServletException
IOException
-
getDefaultPage
-
setDefaultPage
-
getControlServlet
-
setControlServlet
-