- 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 ConfDirectory
confDirectory
protected org.slf4j.Logger
log
protected LocalizedString
noAuthor
protected LocalizedString
noContents
protected LocalizedString
noDate
protected LocalizedString
noLinkHref
protected LocalizedString
noLinkText
protected LocalizedString
noTitle
protected Version
version
-
Constructor Summary
Constructors Constructor Description EmailDraftService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
observeDraftMap(EmailDraftEvent evnt)
protected void
postConstruct()
-
-
-
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)
-
-