Uses of Interface
org.springframework.extensions.surf.RequestContextFactory

Packages that use RequestContextFactory
org.springframework.extensions.surf   
org.springframework.extensions.surf.support   
 

Uses of RequestContextFactory in org.springframework.extensions.surf
 

Methods in org.springframework.extensions.surf that return RequestContextFactory
 RequestContextFactory WebFrameworkServiceRegistry.getRequestContextFactory()
          Gets the request context factory.
 

Methods in org.springframework.extensions.surf with parameters of type RequestContextFactory
 void WebFrameworkServiceRegistry.setRequestContextFactory(RequestContextFactory requestContextFactory)
          Sets the request context factory.
 

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

Classes in org.springframework.extensions.surf.support that implement RequestContextFactory
 class AbstractRequestContextFactory
          Abstract base class for RequestContextFactory implementations.
 class DefaultRequestContextFactory
          The default Web Framework implementation of RequestContextFactory
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.