@ApplicationScoped @Named(value="errorhandler") public class ErrorReportHandler extends BaseUIComponent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeEnabled |
protected Runnable |
closeListener |
protected String |
componentIncludeJSP |
protected ErrorReport |
errorReport |
protected int |
height |
protected int |
width |
localeManager| Constructor and Description |
|---|
ErrorReportHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionContinue(CommandRequest request) |
void |
doStart(CommandRequest commandRequest) |
String |
getBaseComponentJSP() |
String |
getBeanJSP() |
Runnable |
getCloseListener() |
ErrorReport |
getErrorReport() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCloseEnabled() |
static ErrorReportHandler |
lookup() |
void |
setBaseComponentJSP(String baseComponentJSP) |
void |
setCloseEnabled(boolean closeEnabled) |
void |
setCloseListener(Runnable closeListener) |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setErrorReport(ErrorReport errorReport) |
void |
setHeight(int height) |
void |
setWidth(int width) |
actionStart, getCurrentComponentRenderer, handle, isFirstTimeafterRenderBean, beforeRenderBeanactionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getExtraActionParams, getFieldErrors, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start@Inject protected String componentIncludeJSP
@Inject protected int width
@Inject protected int height
@Inject protected boolean closeEnabled
protected Runnable closeListener
protected ErrorReport errorReport
public static ErrorReportHandler lookup()
public boolean isCloseEnabled()
public void setCloseEnabled(boolean closeEnabled)
public Runnable getCloseListener()
public void setCloseListener(Runnable closeListener)
public String getBeanJSP()
getBeanJSP in class UIBeanHandlerpublic void setComponentIncludeJSP(String componentIncludeJSP)
public ErrorReport getErrorReport()
public void setErrorReport(ErrorReport errorReport)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public void actionContinue(CommandRequest request) throws Exception
Exceptionpublic void setBaseComponentJSP(String baseComponentJSP)
public String getBaseComponentJSP()
getBaseComponentJSP in class BaseUIComponentpublic void doStart(CommandRequest commandRequest)
doStart in class BaseUIComponentCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.