org.apache.roller.ui.rendering.velocity.deprecated |
|
Java Source File Name | Type | Comment |
ContextLoader.java | Class | Load Velocity Context with Roller objects, values, and custom plugins.
NOTE: This class has been deprecated and should no longer be used. |
NewsfeedCache.java | Class | Returns parsed RSS feed by pulling one from a cache or by retrieving and
parging the specified feed using the Flock RSS parser. |
OldCommentsRequest.java | Class | Represents an *old* request for a Roller weblog comments permalink.
any url from ... |
OldFeedRequest.java | Class | Represents a request for an *old* Roller weblog feed.
any of /rss/*, /atom/*, /flavor/*
While these urls are no longer used we do provide redirect support for them
for users who have upgraded from earlier versions. |
OldPageHelper.java | Class | Provides assistance to VelociMacros, filling in where Velocity falls. |
OldPageRequest.java | Class | Represents an *old* request for a Roller weblog page.
any url from ... |
OldStringUtils.java | Class | |
OldUtilities.java | Class | Utility methods needed by old Roller 2.X macros/templates. |
OldWeblogPageModel.java | Class | Provides Roller page templates with access to Roller domain model objects. |
RedirectServlet.java | Class | Redirect pre-3.0 urls to new location using 301 redirects. |