public class TogglzConsoleServlet extends HttpServlet
Modifier and Type | Field and Description |
---|---|
protected FeatureManager |
featureManager |
protected List<RequestHandler> |
handlers |
protected ServletContext |
servletContext |
Constructor and Description |
---|
TogglzConsoleServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init(ServletConfig config) |
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
protected final List<RequestHandler> handlers
protected ServletContext servletContext
protected FeatureManager featureManager
public void init(ServletConfig config) throws ServletException
init
in interface Servlet
init
in class GenericServlet
ServletException
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
Copyright © 2014. All Rights Reserved.