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