| Modifier and Type | Method and Description |
|---|---|
ResourceService |
WebFrameworkServiceRegistry.getResourceService()
Deprecated.
|
static ResourceService |
FrameworkBean.getResourceService()
Deprecated.
|
static ResourceService |
FrameworkUtil.getResourceService()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkServiceRegistry.setWebFrameworkResourceService(ResourceService webFrameworkResourceService) |
| Modifier and Type | Method and Description |
|---|---|
ResourceService |
AbstractWebFrameworkView.getResourceService()
Gets a
ResourceService. |
ResourceService |
AbstractWebFrameworkViewResolver.getWebFrameworkResourceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebFrameworkViewResolver.setWebFrameworkResourceService(ResourceService webFrameworkResourceService) |
| Constructor and Description |
|---|
AbstractWebFrameworkView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
Constructor
|
ComponentView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
ComponentView because it allows
complete flexibility when rendering the view. |
ErrorHandlerPageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
ErrorHandlerPageView because it allows
complete flexibility when rendering the view. |
PageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
PageView because it allows
complete flexibility when rendering the view. |
RegionView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
RegionView because it allows
complete flexibility when rendering the view. |
SystemPageView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
SystemPageView because it allows
complete flexibility when rendering the view. |
TemplateView(WebFrameworkConfigElement webFrameworkConfiguration,
ModelObjectService modelObjectService,
ResourceService resourceService,
RenderService renderService,
TemplatesContainer templatesContainer)
This is the preferred constructor to use for instantiating a new
TemplateView because it allows
complete flexibility when rendering the view. |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.setResourceService(ResourceService resourceService)
This setter method is provided so that Spring can inject a
ResourceService into this bean. |
| Modifier and Type | Method and Description |
|---|---|
ResourceService |
BaseFactory.getResourceService()
Gets the resource service.
|
ResourceService |
BaseFactoryBean.getResourceService()
Gets the resource service.
|
ResourceService |
AbstractLinkBuilderFactory.getResourceService()
This method is supplied so that subclasses can get a reference to the
ResourceService
that is required to instantiate a AbstractLinkBuilder. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkBuilderFactory.setResourceService(ResourceService resourceService)
This method is provided to allow Spring to set the
ResourceService as a bean property. |
| Constructor and Description |
|---|
AbstractLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating an
AbstractLinkBuilder. |
BaseFactoryBean(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor for subclasses to call when being instantiated as it sets the
required Spring beans directly rather than relying on them being obtained from the
WebFrameworkServiceRegistry
supplied to the deprecated constructor. |
RequestParameterLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating a
RequestParameterLinkBuilder because
it allows the services to be set directly. |
ServletLinkBuilder(WebFrameworkConfigElement webFrameworkConfigElement,
ModelObjectService modelObjectService,
ResourceService resourceService)
This is the preferred constructor to use when instantiating a
PortletLinkBuilder because
it allows the services to be set directly. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.