Uses of Interface
org.springframework.extensions.webscripts.TemplateProcessor
Packages that use TemplateProcessor
Package
Description
-
Uses of TemplateProcessor in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return TemplateProcessorModifier and TypeMethodDescriptionprotected TemplateProcessorTemplateProcessorRegistry.getDefaultTemplateProcessor()Gets the default template processor.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.TemplateProcessorRegistry.getTemplateProcessorByExtension(String extension) Gets the template processor registered for the given extensionTemplateProcessorFactory.newInstance()Methods in org.springframework.extensions.webscripts with parameters of type TemplateProcessorModifier and TypeMethodDescriptionTemplateProcessorRegistry.getExtensionForProcessor(TemplateProcessor templateProcessor) Gets the extension for given processor.voidTemplateProcessorRegistry.registerTemplateProcessor(TemplateProcessor templateProcessor) Registers a template processorvoidTemplateProcessorRegistry.registerTemplateProcessor(TemplateProcessor templateProcessor, String extension, String name) Registers a template processor -
Uses of TemplateProcessor in org.springframework.extensions.webscripts.processor
Classes in org.springframework.extensions.webscripts.processor that implement TemplateProcessorModifier and TypeClassDescriptionclassAbstract class for use in helping developers to build template processors that take advantage of the web script framework's inherent support for search paths.classFTL Template Processor for Alfresco Web Framework