- java.lang.Object
-
- org.ferris.resiste.console.exit.ExitPage
-
@ApplicationScoped public class ExitPage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Consoleconsoleprotected LocalizedStringgoodbyeprotected LocalizedStringheadingprotected org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description ExitPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidview()
-
-
-
Field Detail
-
console
@Inject protected Console console
-
log
@Inject protected org.slf4j.Logger log
-
heading
@Inject protected LocalizedString heading
-
goodbye
@Inject protected LocalizedString goodbye
-
-