- java.lang.Object
-
- org.ferris.resiste.console.rome.SyndRetrievalPage
-
@ApplicationScoped public class SyndRetrievalPage extends java.lang.Object- Author:
- Michael Remijan mjremijan@yahoo.com @mjremijan
-
-
Field Summary
Fields Modifier and Type Field Description protected Consoleconsoleprotected LocalizedStringentryprotected LocalizedStringheadingprotected org.slf4j.Loggerlogprotected LocalizedStringtitle
-
Constructor Summary
Constructors Constructor Description SyndRetrievalPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidobserveRetrieval(SyndRetrievalEvent evnt)
-
-
-
Field Detail
-
log
@Inject protected org.slf4j.Logger log
-
console
@Inject protected Console console
-
heading
@Inject protected LocalizedString heading
-
title
@Inject protected LocalizedString title
-
entry
@Inject protected LocalizedString entry
-
-
Method Detail
-
observeRetrieval
protected void observeRetrieval(@Observes @Priority(200) SyndRetrievalEvent evnt)
-
-