public interface IErrorAware
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationError(ApplicationErrorInfo aei)
This method is called in case of an error when a method expression
is executed during the INVOKE-phase of the JSF processing.
|
void |
onApplicationErrorDuringSet(ApplicationErrorInfoDuringSet aeids)
This method is called in case of an error when a set-value-expression
is executed during the SET-phase of the JSF processing.
|
void onApplicationError(ApplicationErrorInfo aei)
void onApplicationErrorDuringSet(ApplicationErrorInfoDuringSet aeids)
Copyright © CaptainCasa Gmbh. All Rights Reserved.