Class SenderExtractor
java.lang.Object
ch.tocco.nice2.optional.cms.impl.publicflows.mailform.SenderExtractor
Extracts the sender address from the collection of form fields.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionExtracts the sender address from the collection of form fields.
-
Field Details
-
SENDER_MAIL_FIELD_SUFFIX
- See Also:
-
-
Constructor Details
-
SenderExtractor
-
-
Method Details
-
extractSender
Extracts the sender address from the collection of form fields.- Returns:
- the first field, that ends with
SENDER_MAIL_FIELD_SUFFIX
orOptional.empty()
.
-