org.kuali.rice.kns.util
Class IncidentReportUtils

java.lang.Object
  extended by org.kuali.rice.kns.util.IncidentReportUtils

public final class IncidentReportUtils
extends Object

This is a description of what this class does - ewestfal don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String EXCEPTION_PROPERTIES
          Key to define the attribute stores exception properties such as user email, user name, component name, etc.
 
Method Summary
static Map<String,String> populateRequestForIncidentReport(Exception exception, String documentId, String componentName, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXCEPTION_PROPERTIES

public static final String EXCEPTION_PROPERTIES
Key to define the attribute stores exception properties such as user email, user name, component name, etc.

Value is exceptionProperties

See Also:
Constant Field Values
Method Detail

populateRequestForIncidentReport

public static Map<String,String> populateRequestForIncidentReport(Exception exception,
                                                                  String documentId,
                                                                  String componentName,
                                                                  javax.servlet.http.HttpServletRequest request)


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.