Uses of Interface
org.springframework.extensions.surf.render.Processor

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

Uses of Processor in org.springframework.extensions.surf.render
 

Classes in org.springframework.extensions.surf.render that implement Processor
 class AbstractProcessor
           
 

Fields in org.springframework.extensions.surf.render declared as Processor
protected  Processor AbstractRenderer.processor
           
 

Methods in org.springframework.extensions.surf.render that return Processor
 Processor AbstractRenderer.getProcessor()
           
 Processor RenderService.getProcessor(Renderable renderable)
          Returns a processor for a renderable in the default VIEW render mode
 Processor RenderService.getProcessor(Renderable renderable, RenderMode renderMode)
          Returns a processor for a renderable in the given render mode
 Processor RenderService.getProcessorById(String id)
          Returns a processor for the given id (i.e.
 

Methods in org.springframework.extensions.surf.render with parameters of type Processor
 void AbstractRenderer.setProcessor(Processor processor)
           
 

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

Classes in org.springframework.extensions.surf.render.bean that implement Processor
 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 Processor in org.springframework.extensions.surf.site
 

Classes in org.springframework.extensions.surf.site that implement Processor
 class EmptyRegionRenderer
          Processor class which renders a null result.
 

Uses of Processor in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement Processor
 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.