org.jostraca
Class BasicTemplateFactory

java.lang.Object
  extended byorg.jostraca.BasicTemplateFactory
All Implemented Interfaces:
TemplateFactory

public class BasicTemplateFactory
extends java.lang.Object
implements TemplateFactory

Basic factory that just returns BasicTemplate objects.


Constructor Summary
BasicTemplateFactory()
           
 
Method Summary
 Template createTemplate(TemplatePath pTemplatePath, OrderedPropertySetManager pPSM)
          Construct a Template object based on pTemplatePath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTemplateFactory

public BasicTemplateFactory()
Method Detail

createTemplate

public Template createTemplate(TemplatePath pTemplatePath,
                               OrderedPropertySetManager pPSM)
Description copied from interface: TemplateFactory
Construct a Template object based on pTemplatePath. The Template object will load pTemplatePath.

Specified by:
createTemplate in interface TemplateFactory
Parameters:
pTemplatePath - Path to template file
pPSM - set of base properties


Copyright © 2000-2002 Richard Rodger