Class BasicExtensionModule

java.lang.Object
org.springframework.extensions.surf.extensibility.BasicExtensionModule

public class BasicExtensionModule extends Object

Representation of the configuration of a module that provides an extension. Modules consist of Customization and AdvancedComponent instances. They can optionally be configured with a ExtensionModuleEvaluator that determines whether or not the module should be applied to a request.

Author:
David Draper