| Modifier and Type | Method and Description |
|---|---|
WebFrameworkServiceRegistry |
RequestContext.getServiceRegistry()
Returns the service registry
|
static WebFrameworkServiceRegistry |
FrameworkBean.getServiceRegistry()
Deprecated.
|
static WebFrameworkServiceRegistry |
FrameworkUtil.getServiceRegistry()
Deprecated.
Retrieves the web framework services registry.
|
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkServiceRegistry |
AbstractWebFrameworkController.getServiceRegistry()
Gets the service registry.
|
WebFrameworkServiceRegistry |
AbstractWebFrameworkInterceptor.getServiceRegistry()
Gets the service registry.
|
WebFrameworkServiceRegistry |
AbstractWebFrameworkViewResolver.getServiceRegistry()
Deprecated.
This method only persists as it is used by DynamicPageViewResolver in the Web Quick Start application.
|
WebFrameworkServiceRegistry |
AbstractWebFrameworkViewResolver.getWebFrameworkServiceRegistry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UriTemplateListIndex |
AbstractWebFrameworkViewResolver.generateUriTemplateListIndexFromConfig(WebFrameworkServiceRegistry serviceRegistry,
String targetElement)
Creates a
UriTemplateListIndex populated with configuration data found in config elements
matching the target provided. |
void |
AbstractWebFrameworkController.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
void |
AbstractWebFrameworkInterceptor.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
void |
AbstractWebFrameworkViewResolver.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry) |
| Constructor and Description |
|---|
AbstractWebFrameworkView(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Deprecated.
Due to dependencies upon static helper methods rather than Spring configuration.
|
ComponentView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
ErrorHandlerPageView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
PageView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
RegionView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
SystemPageView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
TemplateView(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkServiceRegistry |
AbstractObjectPersister.getServiceRegistry()
Deprecated.
Please configure the Spring application context to set a PersisterService and WebFrameworkConfigElement explicitly
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractObjectPersister.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
Please configure the Spring application context to set a PersisterService and WebFrameworkConfigElement explicitly
|
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkServiceRegistry |
AbstractResourceLoader.getServiceRegistry()
Gets the service registry.
|
WebFrameworkServiceRegistry |
ResourceService.getServiceRegistry()
Gets the service registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractResourceLoader.setServiceRegistry(WebFrameworkServiceRegistry serviceRegistry)
Sets the service registry.
|
void |
ResourceService.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected WebFrameworkServiceRegistry |
BaseFactory.webFrameworkServiceRegistry |
| Modifier and Type | Method and Description |
|---|---|
WebFrameworkServiceRegistry |
BaseFactory.getServiceRegistry()
Gets the service registry.
|
WebFrameworkServiceRegistry |
BaseFactoryBean.getServiceRegistry()
Gets the service registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFactory.setServiceRegistry(WebFrameworkServiceRegistry webFrameworkServiceRegistry)
Sets the service registry.
|
| Constructor and Description |
|---|
AbstractLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
AbstractRequestContext(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
AbstractRequestContext(WebFrameworkServiceRegistry serviceRegistry,
FrameworkBean frameworkUtil)
Constructs a new Request Context.
|
BaseFactoryBean(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
RequestParameterLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
Because it relies on the supplied
WebFrameworkServiceRegistry to obtain the required services. |
ServletLinkBuilder(WebFrameworkServiceRegistry serviceRegistry)
Deprecated.
|
ServletRequestContext(WebFrameworkServiceRegistry serviceRegistry,
FrameworkBean frameworkBean,
LinkBuilder linkBuilder)
Constructor for default servlet container request context
|
ServletRequestContext(WebFrameworkServiceRegistry serviceRegistry,
LinkBuilder linkBuilder)
Deprecated.
|
ThreadLocalRequestContext(WebFrameworkServiceRegistry serviceRegistry)
Override the default constructor to set the RequestContext value for the current thread
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.