- java.lang.Object
-
- org.ferris.resiste.console.email.EmailDraftService
-
@ApplicationScoped public class EmailDraftService extends java.lang.Object- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfDirectoryconfDirectoryprotected org.slf4j.Loggerlogprotected LocalizedStringnoAuthorprotected LocalizedStringnoContentsprotected LocalizedStringnoDateprotected LocalizedStringnoLinkHrefprotected LocalizedStringnoLinkTextprotected LocalizedStringnoTitleprotected Versionversion
-
Constructor Summary
Constructors Constructor Description EmailDraftService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidobserveDraftMap(EmailDraftEvent evnt)protected voidpostConstruct()
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
version
@Inject protected Version version
-
noTitle
@Inject protected LocalizedString noTitle
-
noContents
@Inject protected LocalizedString noContents
-
noAuthor
@Inject protected LocalizedString noAuthor
-
noDate
@Inject protected LocalizedString noDate
-
noLinkHref
@Inject protected LocalizedString noLinkHref
-
noLinkText
@Inject protected LocalizedString noLinkText
-
confDirectory
@Inject protected ConfDirectory confDirectory
-
-
Method Detail
-
postConstruct
@PostConstruct protected void postConstruct()
-
observeDraftMap
protected void observeDraftMap(@Observes @Priority(100) EmailDraftEvent evnt)
-
-