public interface ValidationContext
Modifier and Type | Method and Description |
---|---|
MessageContext |
getMessageContext()
A context for adding failure messages to display to the user directly.
|
String |
getUserEvent()
The current user event that triggered validation.
|
Principal |
getUserPrincipal()
The current user.
|
Object |
getUserValue(String property)
Obtain the value entered by the current user in the UI field bound to the property provided.
|
MessageContext getMessageContext()
Principal getUserPrincipal()
String getUserEvent()