edu.internet2.middleware.grouper.j2ee
Class GrouperUiRestServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by edu.internet2.middleware.grouper.j2ee.GrouperUiRestServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class GrouperUiRestServlet
extends HttpServlet

servlet for rest ui web services

See Also:
Serialized Form

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

X_GROUPER_SUCCESS

public static final String X_GROUPER_SUCCESS
response header for if this is a success or not T or F

See Also:
Constant Field Values

X_GROUPER_RESULT_CODE

public static final String X_GROUPER_RESULT_CODE
response header for the grouper response code

See Also:
Constant Field Values

X_GROUPER_RESULT_CODE2

public static final String X_GROUPER_RESULT_CODE2
response header for the grouper response code

See Also:
Constant Field Values
Constructor Detail

GrouperUiRestServlet

public GrouperUiRestServlet()
Method Detail

initGui

public static void initGui()
init stuff on gui


requestDebugInfo

public static String requestDebugInfo(HttpServletRequest request)
for error messages, get a detailed report of the request

Parameters:
request -
Returns:
the string of descriptive result