Uses of Class
org.springframework.extensions.surf.studio.WebStudioService

Packages that use WebStudioService
org.springframework.extensions.surf.render.bean   
org.springframework.extensions.surf.studio   
org.springframework.extensions.webscripts   
 

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

Methods in org.springframework.extensions.surf.render.bean that return WebStudioService
protected  WebStudioService WebStudioTemplateInstanceRenderer.getWebStudioService()
          Gets the web studio service.
protected  WebStudioService WebStudioRegionRenderer.getWebStudioService()
          Gets the web studio service.
protected  WebStudioService WebStudioComponentRenderer.getWebStudioService()
          Gets the web studio service.
 

Methods in org.springframework.extensions.surf.render.bean with parameters of type WebStudioService
 void WebStudioTemplateInstanceRenderer.setWebStudioService(WebStudioService webStudioService)
          Sets the web studio service.
 void WebStudioRegionRenderer.setWebStudioService(WebStudioService webStudioService)
          Sets the web studio service.
 void WebStudioComponentRenderer.setWebStudioService(WebStudioService webStudioService)
          Sets the web studio service.
 

Uses of WebStudioService in org.springframework.extensions.surf.studio
 

Fields in org.springframework.extensions.surf.studio declared as WebStudioService
protected  WebStudioService DefaultWebStudioStateProvider.webStudioService
           
 

Methods in org.springframework.extensions.surf.studio that return WebStudioService
static WebStudioService WebStudioService.getInstance()
           
 WebStudioService DefaultWebStudioStateProvider.getWebStudioService()
          Gets the web studio service.
 

Methods in org.springframework.extensions.surf.studio with parameters of type WebStudioService
 void DefaultWebStudioStateProvider.setWebStudioService(WebStudioService webStudioService)
          Sets the web studio service.
 

Uses of WebStudioService in org.springframework.extensions.webscripts
 

Methods in org.springframework.extensions.webscripts that return WebStudioService
protected  WebStudioService ScriptWebStudio.getWebStudioService()
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.