Klasse DirectTemplateMapper
java.lang.Object
org.apache.turbine.services.template.mapper.BaseMapper
org.apache.turbine.services.template.mapper.BaseTemplateMapper
org.apache.turbine.services.template.mapper.DirectTemplateMapper
- Alle implementierten Schnittstellen:
Mapper
The most primitive templating mapper. It is used for the navigation template
objects. It never caches and simply returns what is given to it but keeps
the template extension.
- Version:
- $Id$
- Autor:
- Henning P. Schmiedehausen
-
Feldübersicht
Von Klasse geerbte Felder org.apache.turbine.services.template.mapper.BaseTemplateMapper
prefix
Von Klasse geerbte Felder org.apache.turbine.services.template.mapper.BaseMapper
defaultProperty, separator
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.apache.turbine.services.template.mapper.BaseTemplateMapper
getDefaultName, getPrefix, setPrefix
Von Klasse geerbte Methoden org.apache.turbine.services.template.mapper.BaseMapper
getCacheSize, getDefaultProperty, getMappedName, getSeparator, init, isUseCache, setCacheSize, setDefaultProperty, setSeparator, setUseCache
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.apache.turbine.services.template.mapper.Mapper
getCacheSize, getDefaultName, getDefaultProperty, getMappedName, getSeparator, init, isUseCache, setCacheSize, setDefaultProperty, setSeparator, setUseCache
-
Konstruktordetails
-
DirectTemplateMapper
public DirectTemplateMapper()Default C'tor. If you use this C'tor, you must use the bean setter to set the various properties needed for this mapper before first usage.
-
-
Methodendetails
-
doMapping
Replace all "," with ".", but keep the extension. about,directions,Driving.vm --> about/directions/Driving.vm- Angegeben von:
doMapping
in KlasseBaseMapper
- Parameter:
template
- The template name.- Gibt zurück:
- A class name for the given template.
-