org.apache.roller.ui.rendering.model |
|
Java Source File Name | Type | Comment |
CalendarModel.java | Class | Model which provides functionality for displaying weblog calendar. |
ConfigModel.java | Class | Model which provides access to application config data like site
config properties. |
FeedModel.java | Class | Model which provides information needed to render a feed. |
MenuModel.java | Class | Model which provides methods for displaying editor menu/navigation-bar. |
MessageModel.java | Class | Provides access to application resources required for I18N. |
Model.java | Interface | Represents a set of functionality to be used at rendering. |
ModelLoader.java | Class | Helps with model loading process. |
PageModel.java | Class | Model which provides information needed to render a weblog page. |
PlanetModel.java | Class | Model that provides access to planet aggregations, feeds and subscriptions. |
PreviewPageModel.java | Class | An extension of the PageModel to make some adjustments for previewing. |
PreviewURLModel.java | Class | Special subclass of URLModel which can change some of the urls which are
generated to make them work for previewing mode. |
SearchResultsModel.java | Class | Extends normal page renderer model to represent search results. |
SiteModel.java | Class | Page model that provides access to site-wide users, weblogs and entries. |
URLModel.java | Class | Provides access to URL building functionality.
NOTE: we purposely go against the standard getter/setter bean standard
for methods that take arguments so that users get a consistent way to
access those methods in their templates. |
UtilitiesModel.java | Class | Model which provides access to a set of general utilities. |