public abstract class BaseFactory extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected FrameworkBean |
frameworkUtils |
protected WebFrameworkServiceRegistry |
webFrameworkServiceRegistry |
| Constructor and Description |
|---|
BaseFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
Gets the application context.
|
ModelObjectService |
getObjectService()
Gets the model object service
|
ResourceService |
getResourceService()
Gets the resource service.
|
WebFrameworkServiceRegistry |
getServiceRegistry()
Gets the service registry.
|
WebFrameworkConfigElement |
getWebFrameworkConfiguration()
Gets the web framework configuration.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setFrameworkUtils(FrameworkBean frameworkUtils) |
void |
setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
protected WebFrameworkServiceRegistry webFrameworkServiceRegistry
protected FrameworkBean frameworkUtils
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic org.springframework.context.ApplicationContext getApplicationContext()
public void setFrameworkUtils(FrameworkBean frameworkUtils)
public void setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
webFrameworkServiceRegistry - the new service registrypublic WebFrameworkServiceRegistry getServiceRegistry()
public WebFrameworkConfigElement getWebFrameworkConfiguration()
public ModelObjectService getObjectService()
public ResourceService getResourceService()
Copyright © 2005–2016 Alfresco Software. All rights reserved.