| Modifier and Type | Method and Description |
|---|---|
RenderService |
RenderServiceFreeMarkerDirective.getRenderService()
Returns the
RenderService supplied when instantiating the class. |
RenderService |
RenderServiceExtensibilityDirective.getRenderService()
Returns the
RenderService supplied when instantiating the class. |
| Modifier and Type | Method and Description |
|---|---|
AutoComponentRegionDirective |
DirectiveFactory.createAutoComponentRegionDirective(String directiveName,
RequestContext context,
RenderService renderService)
Creates a new
AutoComponentRegionDirective. |
AutoComponentRegionDirective |
DefaultDirectiveFactory.createAutoComponentRegionDirective(String directiveName,
RequestContext context,
RenderService renderService) |
void |
AutoComponentRegionDirective.setRenderService(RenderService renderService)
Set the
RenderService required to render the Component |
| Constructor and Description |
|---|
AnchorFreeMarkerDirective(String directiveName,
RenderService renderService)
Instantiates a new
AnchorFreeMarkerDirective. |
ChromeIncludeFreeMarkerDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
ChromeIncludeFreeMarkerDirective. |
ComponentFreemarkerTagDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
ComponentFreemarkerTagDirective. |
LinkFreeMarkerDirective(String directiveName,
RenderService renderService)
Instantiates a new
LinkFreeMarkerDirective. |
RegionDirectiveData(String id,
String action,
String target,
String directiveName,
Map<String,Object> params,
RenderService renderService,
RequestContext context,
freemarker.template.TemplateDirectiveBody body,
freemarker.core.Environment env) |
RegionFreemarkerTagDirective(String directiveName,
org.springframework.extensions.surf.extensibility.ExtensibilityModel model,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
RegionFreemarkerTagDirective. |
RenderServiceExtensibilityDirective(String directiveName,
org.springframework.extensions.surf.extensibility.ExtensibilityModel model,
RequestContext context,
ModelObject object,
RenderService renderService) |
RenderServiceFreeMarkerDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
This constructor will need to invoked by subclasses and ensures that a directive name,
RequestContext
and RenderService are provided. |
ResourceFreemarkerTagDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
ResourceFreemarkerTagDirective. |
StyleSheetFreeMarkerDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
StyleSheetFreeMarkerDirective. |
SurfBugIncludeFreeMarkerDirective(String directiveName,
RequestContext context,
ModelObject object,
RenderService renderService)
Instantiates a new
SurfBugIncludeFreeMarkerDirective. |
| Modifier and Type | Method and Description |
|---|---|
RenderService |
WebFrameworkServiceRegistry.getRenderService()
Gets the web framework render service.
|
static RenderService |
FrameworkBean.getRenderService()
Deprecated.
|
static RenderService |
FrameworkUtil.getRenderService()
Deprecated.
Gets the render service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebFrameworkServiceRegistry.setWebFrameworkRenderService(RenderService webFrameworkRenderService) |
| Modifier and Type | Method and Description |
|---|---|
RenderService |
AbstractWebFrameworkController.getRenderService()
Gets the render service.
|
RenderService |
AbstractWebFrameworkInterceptor.getRenderService()
Gets the render service.
|
RenderService |
AbstractWebFrameworkView.getRenderService()
TODO: Add JavaDoc describing what a RenderService is!
|
RenderService |
AbstractWebFrameworkViewResolver.getWebFrameworkRenderService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebFrameworkViewResolver.setWebFrameworkRenderService(RenderService webFrameworkRenderService) |
| 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 |
|---|---|
RenderService |
AbstractRenderer.getRenderService()
Gets the render service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRenderer.setRenderService(RenderService renderService) |
| Modifier and Type | Method and Description |
|---|---|
protected RenderService |
TagBase.getRenderService() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
RenderServiceTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object)
This method should be implemented to invoke the required method of the
RenderService
that the subclass needs to render its output |
protected int |
IncludeTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
protected int |
RegionTag.invokeRenderService(RenderService renderService,
RequestContext context,
ModelObject object) |
protected int |
ObjectLinkTag.invokeRenderService(RenderService renderService,
RequestContext requestContext,
ModelObject object) |
protected int |
ObjectAnchorTag.invokeRenderService(RenderService renderService,
RequestContext requestContext,
ModelObject object)
Generates the URL to the requested resource (either a page or page type with optional object and format
request parameters) and then opens an HTML anchor tag using the generated URL as the HREF argument and setting
a target if provided.
|
protected int |
ComponentTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
protected int |
ResourceTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject modelObject) |
protected int |
SurfBugInclude.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
protected int |
StylesheetTag.invokeRenderService(RenderService renderService,
RequestContext renderContext,
ModelObject object) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorModelHelper.setWebFrameworkRenderService(RenderService webFrameworkRenderService) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.