org.apache.roller.ui.rendering.servlets |
|
Java Source File Name | Type | Comment |
CommentAuthenticatorServlet.java | Class | The CommentAuthenticatorServlet is used for generating the html used for
comment authentication. |
CommentServlet.java | Class | The CommentServlet handles all incoming weblog entry comment posts.
We validate each incoming comment based on various comment settings and
if all checks are passed then the comment is saved.
Incoming comments are tested against the MT Blacklist. |
FeedServlet.java | Class | Responsible for rendering weblog feeds. |
PageServlet.java | Class | Provides access to weblog pages. |
PlanetFeedServlet.java | Class | Planet Roller (i.e. |
PreviewResourceServlet.java | Class | Special previewing servlet which serves files uploaded by users as well as
static resources in shared themes. |
PreviewServlet.java | Class | Responsible for rendering weblog page previews.
This servlet is used as part of the authoring interface to provide previews
of what a weblog will look like with a given theme. |
ResourceServlet.java | Class | Serves files uploaded by users as well as static resources in shared themes.
Since we keep resources in a location outside of the webapp
context we need a way to serve them up. |
RSDServlet.java | Class | Generates simple rsd feed for a given weblog. |
SearchServlet.java | Class | Handles search queries for weblogs. |
TrackbackServlet.java | Class | Roller's Trackback server implementation. |