The Spring Framework

Uses of Class
org.springframework.web.servlet.view.tiles2.AbstractSpringPreparerFactory

Packages that use AbstractSpringPreparerFactory
org.springframework.web.servlet.view.tiles2 Support classes for the integration of Tiles2 (the standalone version of Tiles) as Spring web view technology. 
 

Uses of AbstractSpringPreparerFactory in org.springframework.web.servlet.view.tiles2
 

Subclasses of AbstractSpringPreparerFactory in org.springframework.web.servlet.view.tiles2
 class SimpleSpringPreparerFactory
          Tiles2 PreparerFactory implementation that expects preparer class names and builds preparer instances for those, creating them through the Spring ApplicationContext in order to apply Spring container callbacks and configured Spring BeanPostProcessors.
 class SpringBeanPreparerFactory
          Tiles2 PreparerFactory implementation that expects preparer bean names and obtains preparer beans from the Spring ApplicationContext.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.