public class ProbeServlet
extends HttpServlet
An integrator is required to register this servlet if appropriate. This servlet should only be mapped to a single URL pattern of value "/weld-probe/*".
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_URL_PATTERN |
| Constructor and Description |
|---|
ProbeServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelete(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp) |
protected void |
doOptions(HttpServletRequest req,
HttpServletResponse resp) |
void |
init(ServletConfig config) |
public static final String DEFAULT_URL_PATTERN
public void init(ServletConfig config)
throws ServletException
ServletExceptionprotected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletExceptionIOExceptionprotected void doDelete(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletExceptionIOExceptionprotected void doOptions(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
ServletExceptionIOExceptionCopyright © 2015. All Rights Reserved.