Class BasicExtensionModule
java.lang.Object
org.springframework.extensions.surf.extensibility.BasicExtensionModule
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
- See Also:
-
AUTO_DEPLOY
- See Also:
-
DESCRIPTION
- See Also:
-
VERSION
- See Also:
-
AUTO_DEPLOY_INDEX
- See Also:
-
EVALUATOR
- See Also:
-
EVALUATOR_TYPE
- See Also:
-
EVALUATOR_PROPS
- See Also:
-
COMPONENTS
- See Also:
-
COMPONENT
- See Also:
-
CUSTOMIZATIONS
- See Also:
-
CUSTOMIZATION
- See Also:
-
CONFIGURATIONS
- See Also:
-
-
Constructor Details
-
BasicExtensionModule
public BasicExtensionModule(org.dom4j.Element element)
-
-
Method Details
-
getId
-
isAutoDeploy
public boolean isAutoDeploy() -
getDescription
-
getVersion
-
getAutoDeployIndex
-
getEvaluator
-
getEvaluatorProperties
-
getCustomizations
-
getConfigurations
-