Package org.ff4j.web
Class FF4jDispatcherServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.ff4j.web.FF4jServlet
org.ff4j.web.FF4jDispatcherServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
Unique Servlet to manage FlipPoints and security
- Author:
- Cedrick Lunven (@clunven)
- See Also:
-
Field Summary
Fields inherited from class org.ff4j.web.FF4jServlet
askConfirmationBeforeDeleting, askConfirmationBeforeToggling, ff4j, ff4jProvider, LOGGER, mapOfControllers, operationsController, staticResourceController, templateEngineFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ff4j.web.FF4jServlet
getFf4j, init, setAskConfirmationBeforeDeleting, setAskConfirmationBeforeToggling, setFf4jMethods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
FF4jDispatcherServlet
public FF4jDispatcherServlet()
-
-
Method Details
-
doGet
public void doGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
doPost
public void doPost(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Overrides:
doPostin classjakarta.servlet.http.HttpServlet- Throws:
IOException
-