public class TemplatesContainer extends Object
| Constructor and Description |
|---|
TemplatesContainer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.webscripts.ScriptProcessorRegistry |
getScriptProcessorRegistry()
Gets the script processor registry.
|
org.springframework.extensions.webscripts.TemplateProcessorRegistry |
getTemplateProcessorRegistry()
Gets the template processor registry.
|
void |
reset()
Resets the templates container
|
void |
setScriptProcessorRegistry(org.springframework.extensions.webscripts.ScriptProcessorRegistry scriptProcessorRegistry)
Sets the script processor registry.
|
void |
setTemplateProcessorRegistry(org.springframework.extensions.webscripts.TemplateProcessorRegistry templateProcessorRegistry)
Sets the template processor registry.
|
public void setTemplateProcessorRegistry(org.springframework.extensions.webscripts.TemplateProcessorRegistry templateProcessorRegistry)
templateProcessorRegistry - the new template processor registrypublic org.springframework.extensions.webscripts.TemplateProcessorRegistry getTemplateProcessorRegistry()
public void setScriptProcessorRegistry(org.springframework.extensions.webscripts.ScriptProcessorRegistry scriptProcessorRegistry)
scriptProcessorRegistry - the new script processor registrypublic org.springframework.extensions.webscripts.ScriptProcessorRegistry getScriptProcessorRegistry()
public void reset()
Copyright © 2005–2016 Alfresco Software. All rights reserved.