class |
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.
|
class |
ClassMapper |
This mapper tries to map Template names to class names.
|
class |
DirectMapper |
The most primitive mapper.
|
class |
DirectTemplateMapper |
The most primitive templating mapper.
|
class |
LayoutTemplateMapper |
This mapper is responsible for the lookup of templates for the Layout
It tries to look in various packages for a match:
1.
|
class |
ScreenDefaultTemplateMapper |
This is a pretty simple mapper which returns template pathes for
a supplied template name.
|
class |
ScreenTemplateMapper |
This is a pretty simple mapper which returns template pathes for
a supplied template name.
|