org.apache.turbine.services.template.mapper |
The various mappers used by the Template service.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
BaseMapper.java | Class | A base class for the various mappers which contains common
code.
author: Henning P. |
BaseTemplateMapper.java | Class | 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.
author: Henning P. |
ClassMapper.java | Class | This mapper tries to map Template names to class names. |
DirectMapper.java | Class | The most primitive mapper. |
DirectTemplateMapper.java | Class | The most primitive templating mapper. |
LayoutTemplateMapper.java | Class | This mapper is responsible for the lookup of templates for the Layout
It tries to look in various packages for a match:
1. |
Mapper.java | Interface | To separate out the various map and search policies for class
names and template names, we use classes that implement this
interface.
author: Henning P. |
ScreenDefaultTemplateMapper.java | Class | This is a pretty simple mapper which returns template pathes for
a supplied template name. |
ScreenTemplateMapper.java | Class | This is a pretty simple mapper which returns template pathes for
a supplied template name. |