Uses of Class
org.springframework.extensions.surf.render.AbstractProcessor

Packages that use AbstractProcessor
org.springframework.extensions.surf.render.bean   
org.springframework.extensions.surf.site   
org.springframework.extensions.webscripts   
 

Uses of AbstractProcessor in org.springframework.extensions.surf.render.bean
 

Subclasses of AbstractProcessor in org.springframework.extensions.surf.render.bean
 class JSPProcessor
          The JSP processor is a delegating processor in that it allows you to pass control of render processing to a specific JSP page.
 

Uses of AbstractProcessor in org.springframework.extensions.surf.site
 

Subclasses of AbstractProcessor in org.springframework.extensions.surf.site
 class EmptyRegionRenderer
          Processor class which renders a null result.
 

Uses of AbstractProcessor in org.springframework.extensions.webscripts
 

Subclasses of AbstractProcessor in org.springframework.extensions.webscripts
 class FreemarkerProcessor
          Implementation of a renderer that executes a Freemarker template.
 class WebScriptProcessor
          The WebScriptRenderer is an implementation of Renderable which describes a rendering engine that the Web Framework can use to execute a web script.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.