Package ejava.examples.asyncmarket.web
Class InitServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- ejava.examples.asyncmarket.web.InitServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class InitServlet extends HttpServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private AuctionMgmt
auctionMgmt
private static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description InitServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
-
-
-
Field Detail
-
log
private static org.slf4j.Logger log
-
auctionMgmt
private AuctionMgmt auctionMgmt
-
-
Method Detail
-
init
public void init() throws ServletException
- Overrides:
init
in classGenericServlet
- Throws:
ServletException
-
-