Class BaseProcessor
java.lang.Object
org.springframework.extensions.webscripts.processor.BaseProcessor
- All Implemented Interfaces:
Processor
- Direct Known Subclasses:
BaseRegisterableScriptProcessor,BaseRegisterableTemplateProcessor
Base class for Web-Tier processing classes - Script and Template.
- Author:
- Kevin Roast
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,ProcessorExtension> A map containing all the processor extenstions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterProcessorExtension(ProcessorExtension processorExtension) Registers a processor extension with the processorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.extensions.surf.core.processor.Processor
getExtension, getName
-
Field Details
-
processorExtensions
A map containing all the processor extenstions
-
-
Constructor Details
-
BaseProcessor
public BaseProcessor()
-
-
Method Details
-
registerProcessorExtension
Description copied from interface:ProcessorRegisters a processor extension with the processor- Specified by:
registerProcessorExtensionin interfaceProcessor- Parameters:
processorExtension- the process extension- See Also:
-