| org.apache.roller.ui.rendering.pagers.WeblogEntriesPager
All known Subclasses: org.apache.roller.ui.rendering.pagers.SearchResultsPager, org.apache.roller.ui.rendering.pagers.AbstractWeblogEntriesPager,
WeblogEntriesPager | public interface WeblogEntriesPager (Code) | | Pager for weblog entries, handles latest, single-entry, month and day views.
Collection returned is a list of lists of entries, where each list of
entries represents one day.
|
getEntries | public Map getEntries()(Code) | | A map of entries representing this collection.
The collection is grouped by days of entries. Each value is a list of
entry objects keyed by the date they were published.
|
getHomeLink | public String getHomeLink()(Code) | | Link value for returning to pager home
|
getHomeName | public String getHomeName()(Code) | | Name of pager home.
|
getNextCollectionLink | public String getNextCollectionLink()(Code) | | Link value for next collection view
|
getNextCollectionName | public String getNextCollectionName()(Code) | | Name for next collection view
|
getNextLink | public String getNextLink()(Code) | | Link value for next page in current collection view
|
getNextName | public String getNextName()(Code) | | Name for next page in current collection view
|
getPrevCollectionLink | public String getPrevCollectionLink()(Code) | | Link value for prev collection view
|
getPrevCollectionName | public String getPrevCollectionName()(Code) | | Name for prev collection view
|
getPrevLink | public String getPrevLink()(Code) | | Link value for prev page in current collection view
|
getPrevName | public String getPrevName()(Code) | | Link value for prev page in current collection view
|
|
|