org.springframework.extensions.surf.core.processor
Interface ProcessorExtension

All Known Implementing Classes:
BaseProcessorExtension, PHPMethodExtension, PHPObjectExtension

public interface ProcessorExtension

Interface to represent a server side script implementation

Author:
Roy Wetherall

Method Summary
 String getExtensionName()
          Returns the name of the extension
 

Method Detail

getExtensionName

String getExtensionName()
Returns the name of the extension

Returns:
the name of the extension


Copyright © 2009 SpringSource, Inc. All Rights Reserved.