@WebServlet(name="IntrospectServlet",
urlPatterns="/introspect")
public class IntrospectServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
MODE_COLLECT |
static String |
MODE_VERIFY |
| Constructor and Description |
|---|
IntrospectServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String MODE_COLLECT
public static final String MODE_VERIFY
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2008-2013 Seam Framework. All Rights Reserved.