Uses of Interface
org.peaseplate.service.TransformerService

Packages that use TransformerService
org.peaseplate   
org.peaseplate.internal.lang.command   
org.peaseplate.internal.service   
 

Uses of TransformerService in org.peaseplate
 

Methods in org.peaseplate that return TransformerService
 TransformerService TemplateEngine.getTransformerService()
          Returns the transformer service used to resolve and handle transformers
 TransformerService PeasePlateEngine.getTransformerService()
          The default service is the DefaultTransformerService
 

Methods in org.peaseplate with parameters of type TransformerService
 void IPeasePlateEngine.setTransformerService(TransformerService transformerService)
          Sets the transformer service used to resolve and handle transformers
 void PeasePlateEngine.setTransformerService(TransformerService transformerService)
           
 

Uses of TransformerService in org.peaseplate.internal.lang.command
 

Constructors in org.peaseplate.internal.lang.command with parameters of type TransformerService
TransformerCommand(TemplateLocator locator, int line, int column, TransformerService transformerService, java.lang.String name, java.lang.String extension, ICommand command, ICommand... parameterCommands)
           
 

Uses of TransformerService in org.peaseplate.internal.service
 

Classes in org.peaseplate.internal.service that implement TransformerService
 class DefaultTransformerService
           
 



Copyright © 2008. All Rights Reserved.