public class InternalServerErrorDataSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JAVAX_SERVLET_ERROR_EXCEPTION |
static String |
JAVAX_SERVLET_ERROR_MESSAGE |
static String |
UNKNOWN |
Constructor and Description |
---|
InternalServerErrorDataSource(I18nHelper i18nHelper,
ExtendedSystemInfoUtils extendedSystemInfoUtils,
javax.servlet.ServletContext servletContext,
LocaleManager localeManager,
javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap.Builder<String,Object> |
appendFullMessageData(com.google.common.collect.ImmutableMap.Builder<String,Object> map,
boolean isSysadmin) |
com.google.common.collect.ImmutableMap.Builder<String,Object> |
appendSimpleMessageData(com.google.common.collect.ImmutableMap.Builder<String,Object> map) |
void |
notForSoy() |
public static final String JAVAX_SERVLET_ERROR_EXCEPTION
public static final String JAVAX_SERVLET_ERROR_MESSAGE
public static final String UNKNOWN
public InternalServerErrorDataSource(I18nHelper i18nHelper, ExtendedSystemInfoUtils extendedSystemInfoUtils, javax.servlet.ServletContext servletContext, LocaleManager localeManager, javax.servlet.http.HttpServletRequest req)
public com.google.common.collect.ImmutableMap.Builder<String,Object> appendFullMessageData(com.google.common.collect.ImmutableMap.Builder<String,Object> map, boolean isSysadmin)
public com.google.common.collect.ImmutableMap.Builder<String,Object> appendSimpleMessageData(com.google.common.collect.ImmutableMap.Builder<String,Object> map)
public void notForSoy()
Copyright © 2002-2015 Atlassian. All Rights Reserved.