Uses of Interface
org.springframework.extensions.surf.types.TemplateInstance

Packages that use TemplateInstance
org.springframework.extensions.surf   
org.springframework.extensions.surf.render   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.support   
org.springframework.extensions.surf.types   
 

Uses of TemplateInstance in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return TemplateInstance
 TemplateInstance WrappedRequestContext.getTemplate()
           
 TemplateInstance RequestContext.getTemplate()
          Returns the current executing template.
 

Methods in org.springframework.extensions.surf with parameters of type TemplateInstance
 void WrappedRequestContext.setTemplate(TemplateInstance currentTemplate)
           
 void RequestContext.setTemplate(TemplateInstance currentTemplate)
          Sets the current executing template.
 

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

Methods in org.springframework.extensions.surf.render with parameters of type TemplateInstance
 Chrome RenderService.getRegionChrome(RenderContext context, TemplateInstance template, String regionId, String chromeId)
          Returns the Chrome instance to utilize while rendering the given region on the given template.
 void RenderService.processTemplate(RenderContext context, RenderFocus renderFocus, TemplateInstance template)
          Executes the processor for the given render focus on the given template instance.
 

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

Methods in org.springframework.extensions.surf.site that return TemplateInstance
 TemplateInstance Model.getTemplate(String objectId)
          Gets the Template instance with the given id
 TemplateInstance Model.newTemplate()
          Creates a new Template instance.
 TemplateInstance Model.newTemplate(String objectId)
          Creates a new Template instance with the given id.
 

Uses of TemplateInstance in org.springframework.extensions.surf.support
 

Fields in org.springframework.extensions.surf.support declared as TemplateInstance
protected  TemplateInstance AbstractRequestContext.currentTemplate
           
 

Methods in org.springframework.extensions.surf.support that return TemplateInstance
 TemplateInstance AbstractRequestContext.getTemplate()
          Returns the current executing template.
 

Methods in org.springframework.extensions.surf.support with parameters of type TemplateInstance
 void AbstractRequestContext.setTemplate(TemplateInstance currentTemplate)
          Sets the current executing template.
 

Uses of TemplateInstance in org.springframework.extensions.surf.types
 

Classes in org.springframework.extensions.surf.types that implement TemplateInstance
 class TemplateInstanceImpl
          Default template instance implementation
 

Methods in org.springframework.extensions.surf.types that return TemplateInstance
 TemplateInstance PageImpl.getTemplate(RequestContext context)
           
 TemplateInstance Page.getTemplate(RequestContext context)
          Gets the template.
 TemplateInstance PageImpl.getTemplate(RequestContext context, String formatId)
           
 TemplateInstance Page.getTemplate(RequestContext context, String formatId)
          Gets the template.
 

Methods in org.springframework.extensions.surf.types that return types with arguments of type TemplateInstance
 Map<String,TemplateInstance> PageImpl.getTemplates(RequestContext context)
           
 Map<String,TemplateInstance> Page.getTemplates(RequestContext context)
          Gets the templates.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.