Uses of Class
org.springframework.extensions.surf.WebFrameworkServiceRegistry

Packages that use WebFrameworkServiceRegistry
org.springframework.extensions.surf   
org.springframework.extensions.surf.bean   
org.springframework.extensions.surf.mvc   
org.springframework.extensions.surf.persister   
org.springframework.extensions.surf.render   
org.springframework.extensions.surf.resource   
org.springframework.extensions.surf.studio   
org.springframework.extensions.surf.support   
 

Uses of WebFrameworkServiceRegistry in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return WebFrameworkServiceRegistry
static WebFrameworkServiceRegistry WebFrameworkServiceRegistry.getInstance(javax.servlet.ServletContext servletContext)
          Helper method for retrieving the service registry bound to the current application context.
 WebFrameworkServiceRegistry WrappedRequestContext.getServiceRegistry()
           
 WebFrameworkServiceRegistry WebFrameworkManager.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry RequestContext.getServiceRegistry()
          Returns the Web Framework services registry
static WebFrameworkServiceRegistry FrameworkUtil.getServiceRegistry()
          Retrieves the web framework services registry.
 

Methods in org.springframework.extensions.surf with parameters of type WebFrameworkServiceRegistry
 void WebFrameworkManager.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
          Sets the service registry.
 

Uses of WebFrameworkServiceRegistry in org.springframework.extensions.surf.bean
 

Methods in org.springframework.extensions.surf.bean with parameters of type WebFrameworkServiceRegistry
 void ConsoleUpdate.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
           
 

Uses of WebFrameworkServiceRegistry in org.springframework.extensions.surf.mvc
 

Methods in org.springframework.extensions.surf.mvc that return WebFrameworkServiceRegistry
 WebFrameworkServiceRegistry VirtualizedResourceController.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractWebFrameworkViewResolver.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractWebFrameworkView.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractWebFrameworkInterceptor.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractWebFrameworkController.getServiceRegistry()
          Gets the service registry.
 

Methods in org.springframework.extensions.surf.mvc with parameters of type WebFrameworkServiceRegistry
 void VirtualizedResourceController.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 void AbstractWebFrameworkViewResolver.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 void AbstractWebFrameworkInterceptor.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 void AbstractWebFrameworkController.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 

Constructors in org.springframework.extensions.surf.mvc with parameters of type WebFrameworkServiceRegistry
AbstractWebFrameworkView(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
           
ComponentView(WebFrameworkServiceRegistry serviceRegistry)
           
ErrorHandlerPageView(WebFrameworkServiceRegistry serviceRegistry)
           
PageView(WebFrameworkServiceRegistry serviceRegistry)
           
RegionView(WebFrameworkServiceRegistry serviceRegistry)
           
SystemPageView(WebFrameworkServiceRegistry serviceRegistry)
           
TemplateView(WebFrameworkServiceRegistry serviceRegistry)
           
 

Uses of WebFrameworkServiceRegistry in org.springframework.extensions.surf.persister
 

Methods in org.springframework.extensions.surf.persister that return WebFrameworkServiceRegistry
 WebFrameworkServiceRegistry AbstractObjectPersister.getServiceRegistry()
          Gets the service registry.
 

Methods in org.springframework.extensions.surf.persister with parameters of type WebFrameworkServiceRegistry
 void AbstractObjectPersister.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
          Sets the web framework service registry.
 

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

Methods in org.springframework.extensions.surf.render that return WebFrameworkServiceRegistry
 WebFrameworkServiceRegistry TagService.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry RenderService.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractRenderer.getServiceRegistry()
          Gets the service registry.
 

Methods in org.springframework.extensions.surf.render with parameters of type WebFrameworkServiceRegistry
 void TagService.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 void RenderService.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 

Uses of WebFrameworkServiceRegistry in org.springframework.extensions.surf.resource
 

Methods in org.springframework.extensions.surf.resource that return WebFrameworkServiceRegistry
 WebFrameworkServiceRegistry ResourceService.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry AbstractResourceLoader.getServiceRegistry()
          Gets the service registry.
 

Methods in org.springframework.extensions.surf.resource with parameters of type WebFrameworkServiceRegistry
 void ResourceService.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 void AbstractResourceLoader.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
          Sets the service registry.
 

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

Fields in org.springframework.extensions.surf.studio declared as WebFrameworkServiceRegistry
protected  WebFrameworkServiceRegistry WebStudioService.serviceRegistry
           
 

Methods in org.springframework.extensions.surf.studio with parameters of type WebFrameworkServiceRegistry
 void WebStudioService.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
          Sets the service registry.
 

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

Methods in org.springframework.extensions.surf.support that return WebFrameworkServiceRegistry
 WebFrameworkServiceRegistry BaseFactoryBean.getServiceRegistry()
          Gets the service registry.
 WebFrameworkServiceRegistry BaseFactory.getServiceRegistry()
          Gets the service registry.
 

Methods in org.springframework.extensions.surf.support with parameters of type WebFrameworkServiceRegistry
 void BaseFactory.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
          Sets the service registry.
 

Constructors in org.springframework.extensions.surf.support with parameters of type WebFrameworkServiceRegistry
AbstractLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
           
AbstractPageMapper(WebFrameworkServiceRegistry serviceRegistry)
           
AbstractRequestContext(WebFrameworkServiceRegistry serviceRegistry, javax.servlet.http.HttpServletRequest request)
          Constructs a new Request Context.
BaseFactoryBean(WebFrameworkServiceRegistry serviceRegistry)
           
DefaultLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
           
DefaultPageMapper(WebFrameworkServiceRegistry serviceRegistry)
           
DefaultRequestContext(WebFrameworkServiceRegistry serviceRegistry, javax.servlet.http.HttpServletRequest request)
          Construction
RequestParameterLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
           
ThreadLocalRequestContext(WebFrameworkServiceRegistry serviceRegistry, javax.servlet.http.HttpServletRequest request)
          Override the default constructor to set the RequestContext value for the current thread
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.