org.springframework.extensions.webscripts.processor
Class BaseProcessorExtension

java.lang.Object
  extended by org.springframework.extensions.webscripts.processor.BaseProcessorExtension
All Implemented Interfaces:
ProcessorExtension

public abstract class BaseProcessorExtension
extends Object
implements ProcessorExtension

Abstract base class for a processor extension in the presentation tier. org.alfresco.repo.processor.BaseProcessorExtension


Constructor Summary
BaseProcessorExtension()
           
 
Method Summary
 String getExtensionName()
          Returns the name of the extension
 void register()
          Spring bean init method - registers this extension with the appropriate processor.
 void setExtensionName(String extension)
          Sets the extension name.
 void setProcessors(List<Processor> processors)
          Sets the processor list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseProcessorExtension

public BaseProcessorExtension()
Method Detail

setProcessors

public void setProcessors(List<Processor> processors)
Sets the processor list.

Parameters:
processor - The processor list

register

public void register()
Spring bean init method - registers this extension with the appropriate processor.


setExtensionName

public void setExtensionName(String extension)
Sets the extension name.

Parameters:
extensionName - the extension name

getExtensionName

public String getExtensionName()
Description copied from interface: ProcessorExtension
Returns the name of the extension

Specified by:
getExtensionName in interface ProcessorExtension
Returns:
the name of the extension
See Also:
ProcessorExtension.getExtensionName()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.