org.springframework.extensions.webscripts
Class TemplateProcessorRegistrar

java.lang.Object
  extended by org.springframework.extensions.webscripts.TemplateProcessorRegistrar

public class TemplateProcessorRegistrar
extends Object

Helper bean for registering template processors with the web script template processor registry

Author:
muzquiano

Constructor Summary
TemplateProcessorRegistrar()
           
 
Method Summary
 void init()
           
 void setExtension(String extension)
           
 void setName(String name)
           
 void setTemplateProcessor(TemplateProcessor templateProcessor)
           
 void setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateProcessorRegistrar

public TemplateProcessorRegistrar()
Method Detail

setTemplateProcessorRegistry

public void setTemplateProcessorRegistry(TemplateProcessorRegistry templateProcessorRegistry)

setTemplateProcessor

public void setTemplateProcessor(TemplateProcessor templateProcessor)

setName

public void setName(String name)

setExtension

public void setExtension(String extension)

init

public void init()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.