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

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

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

Methods in org.springframework.extensions.surf.render with parameters of type ProcessorContext
 void Processor.execute(ProcessorContext processorContext, RenderFocus focus)
          Executes the given focus of the processor output using the given processor context
 void AbstractProcessor.execute(ProcessorContext processorContext, RenderFocus focus)
           
 void Processor.executeBody(ProcessorContext processorContext)
          Executes the "body" of the processor output using the given processor context.
abstract  void AbstractProcessor.executeBody(ProcessorContext processorContext)
           
 void Processor.executeFooter(ProcessorContext processorContext)
          Executes the "footer" of the processor output using the given processor context.
 void AbstractProcessor.executeFooter(ProcessorContext processorContext)
           
 void Processor.executeHeader(ProcessorContext processorContext)
          Executes the "header" of the processor output using the given processor context.
 void AbstractProcessor.executeHeader(ProcessorContext processorContext)
           
 boolean Processor.exists(ProcessorContext processorContext)
          Indicates whether the engine responsible for processing the body of the processor exists.
protected  String AbstractProcessor.getProperty(ProcessorContext processorContext, String propertyName)
          Returns a configuration property from the rendering processor descriptor.
protected  ProcessorContext.ProcessorDescriptor AbstractProcessor.getRenderingDescriptor(ProcessorContext processorContext)
          Helper method which returns the appropriate processor descriptor from the given processor descriptor for the current render mode.
protected  ProcessorContext.ProcessorDescriptor AbstractProcessor.getRenderingDescriptor(ProcessorContext processorContext, RenderMode renderMode)
           
 

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

Methods in org.springframework.extensions.surf.render.bean with parameters of type ProcessorContext
 void JSPProcessor.executeBody(ProcessorContext pc)
           
 void JSPProcessor.executeHeader(ProcessorContext pc)
           
 boolean JSPProcessor.exists(ProcessorContext pc)
           
 

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

Methods in org.springframework.extensions.surf.site with parameters of type ProcessorContext
 void EmptyRegionRenderer.executeBody(ProcessorContext pc)
           
 void EmptyRegionRenderer.executeHeader(ProcessorContext pc)
           
 boolean EmptyRegionRenderer.exists(ProcessorContext pc)
           
 

Uses of ProcessorContext in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts with parameters of type ProcessorContext
 void WebScriptProcessor.executeBody(ProcessorContext pc)
           
 void FreemarkerProcessor.executeBody(ProcessorContext pc)
          Execute.
 void WebScriptProcessor.executeHeader(ProcessorContext pc)
           
 void FreemarkerProcessor.executeHeader(ProcessorContext pc)
           
 boolean WebScriptProcessor.exists(ProcessorContext pc)
           
 boolean FreemarkerProcessor.exists(ProcessorContext pc)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.