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

Packages that use Chrome
org.springframework.extensions.surf.render   
org.springframework.extensions.surf.site   
org.springframework.extensions.surf.types   
 

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

Methods in org.springframework.extensions.surf.render that return Chrome
 Chrome RenderService.getComponentChrome(RenderContext context, Component component, String chromeId)
          Returns the Chrome instance to utilize while rendering the given component.
 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.
 

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

Methods in org.springframework.extensions.surf.site that return Chrome
 Chrome Model.getChrome(String objectId)
          Gets the Chrome instance with the given id.
 Chrome Model.newChrome()
          Creates a new Chrome instance.
 Chrome Model.newChrome(String objectId)
          Creates a new Chrome instance with the given id.
 

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

Classes in org.springframework.extensions.surf.types that implement Chrome
 class ChromeImpl
          Default chrome implementation
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.