Package com.xpn.xwiki.web
Class LegacyActionServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.xpn.xwiki.web.LegacyActionServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Unstable public class LegacyActionServlet extends javax.servlet.http.HttpServlet
Executed the right right action depending on the XWiki configuration (for example leading to view action by default if enabled, etc.).- Since:
- 13.0
- Version:
- $Id: 94d168ccd1b7566f9d66c5c1098f0022ff47e66f $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LegacyActionServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
protected void
service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
init
public void init() throws javax.servlet.ServletException
- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
-
service
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
- Overrides:
service
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
-
-