- 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 Console
console
protected LocalizedString
goodbye
protected LocalizedString
heading
protected org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description ExitPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
view()
-
-
-
Field Detail
-
console
@Inject protected Console console
-
log
@Inject protected org.slf4j.Logger log
-
heading
@Inject protected LocalizedString heading
-
goodbye
@Inject protected LocalizedString goodbye
-
-