|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.internet2.middleware.grouper.j2ee.GrouperUiRestServlet
public class GrouperUiRestServlet
servlet for rest ui web services
Field Summary | |
---|---|
static String |
X_GROUPER_RESULT_CODE
response header for the grouper response code |
static String |
X_GROUPER_RESULT_CODE2
response header for the grouper response code |
static String |
X_GROUPER_SUCCESS
response header for if this is a success or not T or F |
Constructor Summary | |
---|---|
GrouperUiRestServlet()
|
Method Summary | |
---|---|
static void |
initGui()
init stuff on gui |
static String |
requestDebugInfo(HttpServletRequest request)
for error messages, get a detailed report of the request |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String X_GROUPER_SUCCESS
public static final String X_GROUPER_RESULT_CODE
public static final String X_GROUPER_RESULT_CODE2
Constructor Detail |
---|
public GrouperUiRestServlet()
Method Detail |
---|
public static void initGui()
public static String requestDebugInfo(HttpServletRequest request)
request
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |