| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDirectiveFactory.setModelObjectService(ModelObjectService modelObjectService) |
void |
CreateComponentDirective.setModelObjectService(ModelObjectService modelObjectService)
Setter provided so that the Spring application context can set the
ModelObjectService. |
| Modifier and Type | Method and Description |
|---|---|
ModelObjectService |
WebFrameworkServiceRegistry.getModelObjectService()
Deprecated.
|
ModelObjectService |
ModuleDeploymentService.getModelObjectService() |
ModelObjectService |
RequestContext.getObjectService()
Returns the model object service
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkServiceRegistry.setModelObjectService(ModelObjectService modelObjectService) |
void |
PresetsManager.setModelObjectService(ModelObjectService modelObjectService) |
void |
ModuleDeploymentService.setModelObjectService(ModelObjectService modelObjectService) |
| Modifier and Type | Method and Description |
|---|---|
ModelObjectService |
BasicExtensibilityModuleHandler.getModelObjectService() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicExtensibilityModuleHandler.setModelObjectService(ModelObjectService modelObjectService) |
| Modifier and Type | Method and Description |
|---|---|
ModelObjectService |
AbstractWebFrameworkViewResolver.getModelObjectService() |
ModelObjectService |
AbstractWebFrameworkController.getObjectService()
Gets the model object service
|
ModelObjectService |
AbstractWebFrameworkInterceptor.getObjectService()
Gets the model object service
|
ModelObjectService |
AbstractWebFrameworkView.getObjectService()
Gets a
ModelObjectService. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebFrameworkViewResolver.setModelObjectService(ModelObjectService modelObjectService) |
| 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.setModelObjectService(ModelObjectService modelObjectService) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageRenderer.setModelObjectService(ModelObjectService modelObjectService) |
| Modifier and Type | Method and Description |
|---|---|
ModelObjectService |
AbstractLinkBuilderFactory.getModelObjectService()
This method is supplied so that subclasses can get a reference to the
ModelObjectService
that is required to instantiate a AbstractLinkBuilder. |
ModelObjectService |
BaseFactory.getObjectService()
Gets the model object service
|
ModelObjectService |
BaseFactoryBean.getObjectService()
Gets the model object service
|
ModelObjectService |
AbstractRequestContext.getObjectService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLinkBuilderFactory.setModelObjectService(ModelObjectService modelObjectService)
This method is provided to allow Spring to set the
ModelObjectService 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. |
| Modifier and Type | Method and Description |
|---|---|
protected ModelObjectService |
ScriptBase.getObjectService()
Gets the model object service
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.