Uses of Class
org.springframework.extensions.webscripts.TemplateProcessorRegistry

Packages that use TemplateProcessorRegistry
org.springframework.extensions.surf   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.processor   
 

Uses of TemplateProcessorRegistry in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return TemplateProcessorRegistry
 TemplateProcessorRegistry TemplatesContainer.getTemplateProcessorRegistry()
          Gets the template processor registry.
 

Methods in org.springframework.extensions.surf with parameters of type TemplateProcessorRegistry
 void TemplatesContainer.setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
          Sets the template processor registry.
 

Uses of TemplateProcessorRegistry in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return TemplateProcessorRegistry
 TemplateProcessorRegistry FreemarkerProcessor.getTemplateProcessorRegistry()
          Gets the template processor registry.
 TemplateProcessorRegistry Container.getTemplateProcessorRegistry()
          Gets the Template Processor Registry
 TemplateProcessorRegistry AbstractRuntimeContainer.getTemplateProcessorRegistry()
           
 

Methods in org.springframework.extensions.webscripts with parameters of type TemplateProcessorRegistry
 void FreemarkerProcessor.setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
          Sets the template processor registry.
 void TemplateProcessorRegistrar.setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
           
 void AbstractRuntimeContainer.setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
           
 

Uses of TemplateProcessorRegistry in org.springframework.extensions.webscripts.processor
 

Methods in org.springframework.extensions.webscripts.processor that return TemplateProcessorRegistry
 TemplateProcessorRegistry BaseRegisterableTemplateProcessor.getTemplateProcessorRegistry()
          Gets the template processor registry
 

Methods in org.springframework.extensions.webscripts.processor with parameters of type TemplateProcessorRegistry
 void BaseRegisterableTemplateProcessor.setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
          Sets the template processor registry to which this processor will be registered
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.