Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.roller.presentation.velocity

Interface Summary
PagePlugin  
 

Class Summary
ContextLoader Load Velocity Context with Roller objects, values, and custom plugins.
DatabaseResourceLoader This is a simple template file loader that loads templates from a Database instead of plain files.
DataSourceResourceLoader This is a simple template file loader that loads templates from a DataSource instead of plain files.
Macros Provides the macros object that is available to Roller templates and weblog entries.
PageHelper Provides assistance to VelociMacros, filling in where Velocity falls.
PageModel Provides Roller page templates with access to Roller domain model objects.
PageServlet Extend RollerServlet to load proper resource loader for page execution.
PreviewResourceLoader This is a simple template file loader that loads "preview" templates from a HashMap instance instead of plain files.
PreviewServlet Extend RollerServlet to load proper resource loader for page execution.
RollerResourceLoader This is a simple template file loader that loads templates from the Roller instance instead of plain files.
RollerServlet Extend the VelocityServlet to load the VelocityContext with Roller values and to return Roller page templates for execution by Velocity.
SearchServlet This servlet retrieves (and displays) search results.
WebappResourceLoader Tries to load Velocity resources from the Webapp.