Uses of Class
org.springframework.extensions.surf.support.BaseFactoryBean

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

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

Subclasses of BaseFactoryBean in org.springframework.extensions.surf.support
 class AbstractLinkBuilder
          Abstract base class for LinkBuilder implementations.
 class AbstractPageMapper
          Abstract base class for PageMapper implementations.
 class AbstractRequestContext
          Abstract base class for RequestContext implementations.
 class DefaultLinkBuilder
          The Default Web Framework implementation of LinkBuilder.
 class DefaultPageMapper
          The default Web Framework implementation of PageMapper.
 class DefaultRequestContext
          Default implementation of a request context object that extends from AbstractRequestContext and doesn't introduce any overrides.
 class RequestParameterLinkBuilder
          A link builder which supports linking to dispatch state via request parameters.
 class ThreadLocalRequestContext
          An abstract Request Context implementation that is responsible for holding the value of the Request Context for the current thread.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.