Package | Description |
---|---|
org.apache.turbine.services.template.mapper |
The various mappers used by the Template service.
|
Modifier and Type | Class and Description |
---|---|
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. about,directions,Driving.vm <- exact match
2. about,directions,Default.vm <- package match, Default name
3. about,Default.vm <- stepping up in the hierarchy
4.
|
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.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.