public interface AlternateMessageSelector
Modifier and Type | Interface and Description |
---|---|
static class |
AlternateMessageSelector.AlternateForm
Represents an alternate form of a message.
|
Modifier and Type | Field and Description |
---|---|
static AlternateMessageSelector.AlternateForm |
OTHER_FORM |
static String |
OTHER_FORM_NAME
Name of the "other" form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFormAcceptable(String form)
Check if a user-supplied form is acceptable for this alternate message
selector.
|
static final String OTHER_FORM_NAME
static final AlternateMessageSelector.AlternateForm OTHER_FORM
boolean isFormAcceptable(String form)
form
- Copyright © 2018. All rights reserved.