org.springframework.extensions.surf.support
Class BaseFactoryBean

java.lang.Object
  extended by org.springframework.extensions.surf.support.BaseFactoryBean
Direct Known Subclasses:
AbstractLinkBuilder, AbstractPageMapper, ThreadLocalRequestContext

public abstract class BaseFactoryBean
extends Object

Foundation class for factory beans.

Author:
muzquiano

Constructor Summary
BaseFactoryBean(WebFrameworkServiceRegistry serviceRegistry)
           
 
Method Summary
 ResourceService getResourceService()
          Gets the resource service.
 WebFrameworkServiceRegistry getServiceRegistry()
          Gets the service registry.
 WebFrameworkConfigElement getWebFrameworkConfiguration()
          Gets the web framework configuration.
 WebFrameworkManager getWebFrameworkManager()
          Gets the web framework manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFactoryBean

public BaseFactoryBean(WebFrameworkServiceRegistry serviceRegistry)
Method Detail

getServiceRegistry

public WebFrameworkServiceRegistry getServiceRegistry()
Gets the service registry.

Returns:
the service registry

getWebFrameworkConfiguration

public WebFrameworkConfigElement getWebFrameworkConfiguration()
Gets the web framework configuration.

Returns:
the web framework configuration

getWebFrameworkManager

public WebFrameworkManager getWebFrameworkManager()
Gets the web framework manager.

Returns:
the web framework manager

getResourceService

public ResourceService getResourceService()
Gets the resource service.

Returns:
the resource service


Copyright © 2009 SpringSource, Inc. All Rights Reserved.