Uses of Class
com.uwyn.rife.template.TemplateFactory

Packages that use TemplateFactory
com.uwyn.rife.config Provides classes for the configuration framework and for setting up RIFE itself even if no default configuration is available. 
com.uwyn.rife.template Provides classes and interfaces for the template engine. 
 

Uses of TemplateFactory in com.uwyn.rife.config
 

Methods in com.uwyn.rife.config with parameters of type TemplateFactory
static Collection<String> RifeConfig.Template.getDefaultResourcebundles(TemplateFactory factory)
           
static void RifeConfig.Template.setDefaultResourcebundles(TemplateFactory factory, Collection<String> bundles)
           
 

Uses of TemplateFactory in com.uwyn.rife.template
 

Fields in com.uwyn.rife.template declared as TemplateFactory
static TemplateFactory TemplateFactoryEngineTypes.ENGINEHTML
           
static TemplateFactory TemplateFactory.ENGINEHTML
           
static TemplateFactory TemplateFactoryEngineTypes.ENGINETXT
           
static TemplateFactory TemplateFactory.ENGINETXT
           
static TemplateFactory TemplateFactoryEngineTypes.ENGINEXHTML
           
static TemplateFactory TemplateFactory.ENGINEXHTML
           
static TemplateFactory TemplateFactoryEngineTypes.ENGINEXML
           
static TemplateFactory TemplateFactory.ENGINEXML
           
static TemplateFactory TemplateFactory.HTML
           
static TemplateFactory TemplateFactory.JAVA
           
static TemplateFactory TemplateFactory.SQL
           
static TemplateFactory TemplateFactory.TXT
           
static TemplateFactory TemplateFactory.XHTML
           
static TemplateFactory TemplateFactory.XML
           
 

Methods in com.uwyn.rife.template that return TemplateFactory
static TemplateFactory TemplateFactory.getFactory(String identifier)
           
 TemplateFactory TemplateFactory.setBeanHandler(BeanHandler beanHandler)
           
 TemplateFactory TemplateFactory.setEncoder(TemplateEncoder encoder)
           
 TemplateFactory TemplateFactory.setInitializer(TemplateInitializer initializer)
           
 TemplateFactory TemplateFactory.setResourceFinder(ResourceFinder resourceFinder)
           
 

Constructors in com.uwyn.rife.template with parameters of type TemplateFactory
TemplateFactory(String identifier, TemplateFactory base)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.