Class ShowServerError
java.lang.Object
org.eclnt.jsfserver.defaultscreens.ShowServerError
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetText()voidonHideAllPopups(ActionEvent event) static voidpassClientError(jakarta.servlet.http.HttpSession session, String clientErrorClass, String clientErrorText) Deprecated.this method does not work if using COOKIE for session tracking!static voidpassClientError(ISessionAbstraction dialogSession, String clientErrorClass, String clientErrorText) static void
-
Constructor Details
-
ShowServerError
public ShowServerError()
-
-
Method Details
-
onHideAllPopups
-
getText
-
getThrowable
-
getClientErrorClass
-
getClientErrorText
-
getClientErrorInfo
-
passThrowable
-
passClientError
@Deprecated public static void passClientError(jakarta.servlet.http.HttpSession session, String clientErrorClass, String clientErrorText) Deprecated.this method does not work if using COOKIE for session tracking! -
passClientError
public static void passClientError(ISessionAbstraction dialogSession, String clientErrorClass, String clientErrorText)
-