public class ConsoleServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR
Error Message.
|
static org.slf4j.Logger |
LOGGER
Logger for this class.
|
| Constructor and Description |
|---|
ConsoleServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
FF4j |
getFf4j()
Getter accessor for attribute 'ff4j'.
|
void |
init(javax.servlet.ServletConfig servletConfig)
Servlet initialization, init FF4J from "ff4jProvider" attribute Name.
|
void |
pageCore(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
pageMonitoring(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
setFf4j(FF4j ff4j)
Setter accessor for attribute 'ff4j'.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final org.slf4j.Logger LOGGER
public static final String ERROR
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 void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void pageMonitoring(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOExceptionpublic void pageCore(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
IOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic FF4j getFf4j()
public void setFf4j(FF4j ff4j)
ff4j - new value for 'ff4j 'Copyright © 2013–2019 FF4J. All rights reserved.