public class FormMessage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GLOBAL
Value used for
field if message is global (not tied to any specific form field) |
Constructor and Description |
---|
FormMessage() |
FormMessage(String message,
Object... parameters) |
FormMessage(String field,
String message)
Create message without parameters.
|
FormMessage(String field,
String message,
Object... parameters)
Create message.
|
Modifier and Type | Method and Description |
---|---|
String |
getField() |
String |
getMessage() |
Object[] |
getParameters() |
String |
toString() |
public static final String GLOBAL
field
if message is global (not tied to any specific form field)Copyright © 2020 JBoss by Red Hat. All rights reserved.