- 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 Console
console
protected LocalizedString
entry
protected LocalizedString
heading
protected org.slf4j.Logger
log
protected LocalizedString
title
-
Constructor Summary
Constructors Constructor Description SyndRetrievalPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
observeRetrieval(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)
-
-