public class

InternalServerErrorDataSource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.util.InternalServerErrorDataSource

Summary

Fields
public static final String JAVAX_SERVLET_ERROR_EXCEPTION
public static final String JAVAX_SERVLET_ERROR_MESSAGE
public static final String UNKNOWN
Public Constructors
InternalServerErrorDataSource(I18nHelper i18n, ExtendedSystemInfoUtils extendedSystemInfoUtils, ServletContext servletContext, LocaleManager localeManager, HttpServletRequest req)
Public Methods
Builder<StringObject> appendFullMessageData(Builder<StringObject> map, boolean isSysadmin)
void appendSimpleMessageData(Builder<StringObject> map)
void notForSoy()
Disables the #listifyMap(Map) transformation that prepares data for soy when this data will not actually be rendered to the end user.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final String JAVAX_SERVLET_ERROR_EXCEPTION

public static final String JAVAX_SERVLET_ERROR_MESSAGE

public static final String UNKNOWN

Public Constructors

public InternalServerErrorDataSource (I18nHelper i18n, ExtendedSystemInfoUtils extendedSystemInfoUtils, ServletContext servletContext, LocaleManager localeManager, HttpServletRequest req)

Public Methods

public Builder<StringObject> appendFullMessageData (Builder<StringObject> map, boolean isSysadmin)

public void appendSimpleMessageData (Builder<StringObject> map)

public void notForSoy ()

Disables the #listifyMap(Map) transformation that prepares data for soy when this data will not actually be rendered to the end user.