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

Packages that use RenderFocus
org.springframework.extensions.surf.render   
 

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

Methods in org.springframework.extensions.surf.render that return RenderFocus
static RenderFocus RenderFocus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderFocus[] RenderFocus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.springframework.extensions.surf.render with parameters of type RenderFocus
 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 RenderService.processComponent(RenderContext context, RenderFocus renderFocus, Component component)
          Executes the processor for the given render focus on the given component instance.
 void RenderService.processRenderable(RenderContext context, RenderFocus renderFocus, Renderable renderable)
          Executes the processor for the given focus on the provided renderable object.
 void RenderService.processTemplate(RenderContext context, RenderFocus renderFocus, TemplateInstance template)
          Executes the processor for the given render focus on the given template instance.
 void Renderer.render(RenderContext renderContext, RenderFocus focus)
          Executes the renderer in the given focus
 void AbstractRenderer.render(RenderContext context, RenderFocus focus)
           
static void PresentationUtil.renderChromelessComponent(RenderContext context, RenderFocus renderFocus, String componentId)
           
static void PresentationUtil.renderChromelessRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId)
           
 void RenderService.renderComponent(RenderContext parentContext, RenderFocus renderFocus, String componentId)
          Entry point for the rendering a single identified component with the default chrome.
static void PresentationUtil.renderComponent(RenderContext context, RenderFocus renderFocus, String componentId)
           
 void RenderService.renderComponent(RenderContext parentContext, RenderFocus renderFocus, String componentId, String overrideChromeId)
          Entry point for the rendering a component with the given chrome.
static void PresentationUtil.renderComponent(RenderContext context, RenderFocus renderFocus, String componentId, String chromeId)
           
 void RenderService.renderContent(RenderContext parentContext, RenderFocus renderFocus)
          Entry point for the rendering of the current content item as provided by the request context.
static void PresentationUtil.renderContent(RenderContext context, RenderFocus renderFocus)
          Renders the current content object using its associated presentation template in the given focus.
 void RenderService.renderModelObject(RenderContext renderContext, RenderFocus renderFocus)
          Renders the specific focus for the given model object
 void RenderService.renderPage(RenderContext parentContext, RenderFocus renderFocus)
          Entry point for the rendering of the current page as provided by the request context.
static void PresentationUtil.renderPage(RenderContext context, RenderFocus renderFocus)
          Renders the current page using the BODY focus
 void RenderService.renderRawComponent(RenderContext parentContext, RenderFocus renderFocus, Component component)
           
 void RenderService.renderRawComponent(RenderContext parentContext, RenderFocus renderFocus, String componentId)
           
static void PresentationUtil.renderRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId)
           
 void RenderService.renderRegion(RenderContext parentContext, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId, String overrideChromeId)
          Entry point for the rendering a region of a given template
static void PresentationUtil.renderRegion(RenderContext context, RenderFocus renderFocus, String templateId, String regionId, String regionScopeId, String overrideChromeId)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.