Class WaffleInfoServlet
java.lang.Object
waffle.servlet.WaffleInfoServlet
- All Implemented Interfaces:
Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()protected voiddoDelete(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected voiddoHead(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) protected voiddoOptions(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected voiddoPut(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) protected voiddoTrace(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) getInitParameter(String arg0) protected longgetLastModified(javax.servlet.http.HttpServletRequest arg0) javax.servlet.ServletConfigjavax.servlet.ServletContextvoidgetWaffleInfoResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Gets the waffle info response.voidinit()voidinit(javax.servlet.ServletConfig arg0) voidvoidprotected voidservice(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) voidservice(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)
-
Constructor Details
-
WaffleInfoServlet
public WaffleInfoServlet()
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
getWaffleInfoResponse
public void getWaffleInfoResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Gets the waffle info response.- Parameters:
request- the requestresponse- the response
-
getLastModified
protected long getLastModified(javax.servlet.http.HttpServletRequest arg0) -
doHead
protected void doHead(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
doPut
protected void doPut(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
doDelete
protected void doDelete(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
doOptions
protected void doOptions(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
doTrace
protected void doTrace(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
service
protected void service(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
service
public void service(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1) throws javax.servlet.ServletException, IOException - Throws:
javax.servlet.ServletExceptionIOException
-
destroy
public void destroy() -
getInitParameter
-
getInitParameterNames
-
getServletConfig
public javax.servlet.ServletConfig getServletConfig() -
getServletContext
public javax.servlet.ServletContext getServletContext() -
getServletInfo
-
init
public void init(javax.servlet.ServletConfig arg0) throws javax.servlet.ServletException - Throws:
javax.servlet.ServletException
-
init
public void init() throws javax.servlet.ServletException- Throws:
javax.servlet.ServletException
-
log
-
log
-
getServletName
-