Operation |
Details |
private createPageAlert():void |
Sequential Notes: | Sets all attributes of the pageAlert component according to the exception set before. | |
public ErrorPage(): |
Sequential Notes: | Public constructor. | |
protected getCommonSessionBean():CommonSessionBean |
Sequential Notes: | Returns the CommonSessionBean. @return a reference to the scoped data bean (CommonSessionBean) | |
public getDetail():String |
Sequential |
public getException():Exception |
Sequential Notes: | Returns the exception this pageAlert will display. @return the exception of the pageAlert | |
public getPanPageAlert():HtmlPanelGrid |
Sequential Notes: | Returns the panel with the pageAlert. @return the panel with the pageAlert | |
public getStackTrace():String |
Sequential |
public getSummary():String |
Sequential |
public init():void |
Sequential Notes: | Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation. | |
public isItemSpecific():boolean |
Sequential Tags: | annotations=@Override
| |
protected redirectToGUITool():String |
Sequential Notes: | Redirects to the referring GUI Tool page. @author Tobias Schraut @return a navigation string | |
public setException( Exception exception):void |
Sequential Notes: | Sets a new exception that should be displayed by the pageAlert. | |
public setPanPageAlert( HtmlPanelGrid panPageAlert):void |
Sequential Notes: | Sets the panel with the pageAlert. | |