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

Quick Search    Search Deep

Package org.apache.turbine.services.template.mapper

Template Service maps template references to a view service and a template name.

See:
          Description

Interface Summary
Mapper To separate out the various map and search policies for class names and template names, we use classes that implement this interface.
 

Class Summary
BaseMapper A base class for the various mappers which contains common code.
BaseTemplateMapper This is a mapper like the BaseMapper but it returns its results with the extension of the template names passed or (if no extension is passed), the default extension.
ClassMapper This mapper tries to map Template names to class names.
DirectMapper The most primitive mapper.
DirectTemplateMapper The most primitive templating mapper.
LayoutTemplateMapper This mapper is responsible for the lookup of templates for the Layout It tries to look in various packages for a match: 1.
ScreenDefaultTemplateMapper This is a pretty simple mapper which returns template pathes for a supplied template name.
ScreenTemplateMapper This is a pretty simple mapper which returns template pathes for a supplied template name.
 

Package org.apache.turbine.services.template.mapper Description

Template Service maps template references to a view service and a template name.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $