| Package | Description |
|---|---|
| org.springframework.extensions.surf | |
| org.springframework.extensions.surf.mvc |
| Modifier and Type | Method and Description |
|---|---|
TemplatesContainer |
WebFrameworkServiceRegistry.getTemplatesContainer()
Gets the templates container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkServiceRegistry.setTemplatesContainer(TemplatesContainer templatesContainer) |
| Modifier and Type | Method and Description |
|---|---|
TemplatesContainer |
AbstractWebFrameworkViewResolver.getTemplatesContainer() |
TemplatesContainer |
AbstractWebFrameworkView.getTemplatesContainer()
TODO: Add JavaDoc describing what a TemplatesContainer is!
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebFrameworkViewResolver.setTemplatesContainer(TemplatesContainer templatesContainer) |
| 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. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.