public class ErrorReportFormatter extends Formatter
Modifier and Type | Field and Description |
---|---|
protected String |
errorsImg |
protected String |
messagesImg |
protected String |
warningsImg |
Constructor and Description |
---|
ErrorReportFormatter() |
Modifier and Type | Method and Description |
---|---|
protected String |
getErrorIcon(org.jboss.dashboard.error.ErrorReport errorReport) |
String |
getErrorsImg() |
String |
getMessagesImg() |
String |
getWarningsImg() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the required logic for this Formatter.
|
void |
setErrorsImg(String errorsImg) |
void |
setMessagesImg(String messagesImg) |
void |
setWarningsImg(String warningsImg) |
afterRendering, formatObject, getDefaultLang, getDriver, getEncoding, getLang, getLocale, getLocaleManager, getLocalizedValue, getPanel, getParameter, getProvider, getSection, getWorkspace, includePage, renderFragment, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeInterpreter, setTag, writeToOut
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
protected String messagesImg
protected String warningsImg
protected String errorsImg
public String getMessagesImg()
public void setMessagesImg(String messagesImg)
public String getWarningsImg()
public void setWarningsImg(String warningsImg)
public String getErrorsImg()
public void setErrorsImg(String errorsImg)
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws FormatterException
Formatter
service
in class Formatter
request
- user requestresponse
- response to the userFormatterException
- in case of an unexpected exception.protected String getErrorIcon(org.jboss.dashboard.error.ErrorReport errorReport)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.