org.peaseplate
Interface IPeasePlateEngine

All Superinterfaces:
TemplateEngine
All Known Implementing Classes:
PeasePlateEngine

public interface IPeasePlateEngine
extends TemplateEngine


Method Summary
 void setCacheService(CacheService cacheService)
          Sets the cache service used to cache templates and messages
 void setConversionService(ConversionService conversionService)
          Sets the conversion service used to convert objects from one type to another
 void setDesignatorService(DesignatorService designatorService)
          Sets the designator service used to resolve and handle designators
 void setMacroService(MacroService macroService)
          Sets the macro service used to resolve and handle predefined macros
 void setResolverService(ResolverService resolverService)
          Sets the resolver service used to resolver templates and messages
 void setTransformerService(TransformerService transformerService)
          Sets the transformer service used to resolve and handle transformers
 
Methods inherited from interface org.peaseplate.TemplateEngine
addClassLoader, compile, compile, compile, getCacheService, getClassLoaders, getConversionService, getDefaultEncoding, getDefaultLineSeparator, getDefaultLocale, getDesignatorService, getMacroService, getResolverService, getTransformerService, render, render, render, render, render, setDefaultEncoding, setDefaultLineSeparator, setDefaultLocale
 

Method Detail

setCacheService

void setCacheService(CacheService cacheService)
Sets the cache service used to cache templates and messages

Parameters:
cacheService - the cache service

setResolverService

void setResolverService(ResolverService resolverService)
Sets the resolver service used to resolver templates and messages

Parameters:
resolverService - the resolver service

setDesignatorService

void setDesignatorService(DesignatorService designatorService)
Sets the designator service used to resolve and handle designators

Parameters:
designatorService - the designator service

setTransformerService

void setTransformerService(TransformerService transformerService)
Sets the transformer service used to resolve and handle transformers

Parameters:
transformerService - the transformer service

setMacroService

void setMacroService(MacroService macroService)
Sets the macro service used to resolve and handle predefined macros

Parameters:
macroService - the macro service

setConversionService

void setConversionService(ConversionService conversionService)
Sets the conversion service used to convert objects from one type to another

Parameters:
conversionService - the conversion service


Copyright © 2008. All Rights Reserved.