Class BaseProcessorExtension
java.lang.Object
org.springframework.extensions.webscripts.processor.BaseProcessorExtension
- All Implemented Interfaces:
ProcessorExtension
Abstract base class for a processor extension in the presentation tier.
org.alfresco.repo.processor.BaseProcessorExtension-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the extensionvoidregister()Spring bean init method - registers this extension with the appropriate processor.voidsetExtensionName(String extension) Sets the extension name.voidsetProcessors(List<Processor> processors) Sets the processor list.
-
Constructor Details
-
BaseProcessorExtension
public BaseProcessorExtension()
-
-
Method Details
-
setProcessors
Sets the processor list.- Parameters:
processors- The processor list
-
register
public void register()Spring bean init method - registers this extension with the appropriate processor. -
setExtensionName
Sets the extension name.- Parameters:
extension- the extension name
-
getExtensionName
Description copied from interface:ProcessorExtensionReturns the name of the extension- Specified by:
getExtensionNamein interfaceProcessorExtension- Returns:
- the name of the extension
- See Also:
-