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:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class SeoControlServlet extends ControlServlet
SeoControlServlet.java - SEO Master servlet for the web application.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
static java.lang.String
REQUEST_IN_ALLOW_LIST
-
Constructor Summary
Constructors Constructor Description SeoControlServlet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
getControlServlet()
static java.lang.String
getDefaultPage()
void
init(javax.servlet.ServletConfig config)
static void
setControlServlet(java.lang.String controlServlet)
static void
setDefaultPage(java.lang.String defaultPage)
-
Methods inherited from class org.apache.ofbiz.webapp.control.ControlServlet
doPost, init, logRequestInfo
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
REQUEST_IN_ALLOW_LIST
public static final java.lang.String REQUEST_IN_ALLOW_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
- Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
- See Also:
Servlet.init(javax.servlet.ServletConfig)
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
- Overrides:
doGet
in classControlServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
- See Also:
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
-
getDefaultPage
public static java.lang.String getDefaultPage()
-
setDefaultPage
public static void setDefaultPage(java.lang.String defaultPage)
-
getControlServlet
public static java.lang.String getControlServlet()
-
setControlServlet
public static void setControlServlet(java.lang.String controlServlet)
-
-