public class FF4jServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
protected FF4j |
ff4j
instance of ff4j.
|
protected FF4jProvider |
ff4jProvider
initializing ff4j provider.
|
static org.slf4j.Logger |
LOGGER
Logger for this class.
|
protected static Map<String,AbstractController> |
mapOfControllers
Mapping PATH <=> Controller
|
protected OperationsController |
operationsController
Simple Operation.
|
protected StaticResourceController |
staticResourceController
Static resource controller.
|
protected org.thymeleaf.TemplateEngine |
templateEngine
Template engine.
|
| Constructor and Description |
|---|
FF4jServlet() |
| Modifier and Type | Method and Description |
|---|---|
FF4j |
getFf4j()
Getter accessor for attribute 'ff4j'.
|
void |
init(javax.servlet.ServletConfig servletConfig)
Servlet initialization, init FF4J from "ff4jProvider" attribute Name.
|
void |
setFf4j(FF4j ff4j)
Setter accessor for attribute 'ff4j'.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final org.slf4j.Logger LOGGER
protected FF4j ff4j
protected FF4jProvider ff4jProvider
protected org.thymeleaf.TemplateEngine templateEngine
protected StaticResourceController staticResourceController
protected OperationsController operationsController
protected static Map<String,AbstractController> mapOfControllers
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletservletConfig - current ServletConfig contextjavax.servlet.ServletException - error during servlet initializationpublic FF4j getFf4j()
public void setFf4j(FF4j ff4j)
ff4j - new value for 'ff4j 'Copyright © 2013–2019 FF4J. All rights reserved.