| Package | Description |
|---|---|
| org.springframework.extensions.webscripts | |
| org.springframework.extensions.webscripts.processor |
| Modifier and Type | Method and Description |
|---|---|
protected TemplateProcessor |
TemplateProcessorRegistry.getDefaultTemplateProcessor()
Gets the default template processor.
|
TemplateProcessor |
TemplateProcessorRegistry.getTemplateProcessor(String path)
Returns the best fit template processor for the given path
If a template processor cannot be matched to the path, the default
template processor will be returned.
|
TemplateProcessor |
TemplateProcessorRegistry.getTemplateProcessorByExtension(String extension)
Gets the template processor registered for the given extension
|
TemplateProcessor |
TemplateProcessorFactory.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
String |
TemplateProcessorRegistry.getExtensionForProcessor(TemplateProcessor templateProcessor)
Gets the extension for given processor.
|
void |
TemplateProcessorRegistry.registerTemplateProcessor(TemplateProcessor templateProcessor)
Registers a template processor
|
void |
TemplateProcessorRegistry.registerTemplateProcessor(TemplateProcessor templateProcessor,
String extension,
String name)
Registers a template processor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateProcessor
Abstract class for use in helping developers to build template
processors that take advantage of the web script framework's
inherent support for search paths.
|
class |
FTLTemplateProcessor
FTL Template Processor for Alfresco Web Framework
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.