| Modifier and Type | Method and Description |
|---|---|
TemplateInstance |
RequestContext.getTemplate()
Returns the current executing template.
|
TemplateInstance |
ModelObjectService.getTemplate(String objectId)
Gets the Template instance with the given id
|
TemplateInstance |
ModelObjectService.newTemplate()
Creates a new Template instance.
|
TemplateInstance |
ModelObjectService.newTemplate(String objectId)
Creates a new Template instance with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestContext.setTemplate(TemplateInstance currentTemplate)
Sets the current executing template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderService.processTemplate(RequestContext context,
RenderFocus renderFocus,
TemplateInstance template)
Executes the processor for the given render focus on the given template instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected TemplateInstance |
AbstractRequestContext.currentTemplate |
| Modifier and Type | Method and Description |
|---|---|
TemplateInstance |
AbstractRequestContext.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRequestContext.setTemplate(TemplateInstance currentTemplate) |
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateInstanceImpl
Default template instance implementation
|
| Modifier and Type | Method and Description |
|---|---|
TemplateInstance |
PageImpl.getTemplate(RequestContext context) |
TemplateInstance |
Page.getTemplate(RequestContext context)
Gets the template.
|
TemplateInstance |
PageImpl.getTemplate(RequestContext context,
String formatId) |
TemplateInstance |
Page.getTemplate(RequestContext context,
String formatId)
Gets the template.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TemplateInstance> |
PageImpl.getTemplates(RequestContext context) |
Map<String,TemplateInstance> |
Page.getTemplates(RequestContext context)
Gets the templates.
|
Copyright © 2005–2016 Alfresco Software. All rights reserved.