Verwendungen von Package
org.apache.turbine.services.template.mapper
Packages, die org.apache.turbine.services.template.mapper verwenden
Package
Beschreibung
The various mappers used by the Template service.
-
Von org.apache.turbine.services.template.mapper verwendete Klassen in org.apache.turbine.services.template.mapperKlasseBeschreibungA base class for the various mappers which contains common code.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.To separate out the various map and search policies for class names and template names, we use classes that implement this interface.