Class BasicExtensionModule


  • public class BasicExtensionModule
    extends java.lang.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
    • Constructor Detail

      • BasicExtensionModule

        public BasicExtensionModule​(org.dom4j.Element element)
    • Method Detail

      • getId

        public java.lang.String getId()
      • isAutoDeploy

        public boolean isAutoDeploy()
      • getDescription

        public java.lang.String getDescription()
      • getVersion

        public java.lang.String getVersion()
      • getAutoDeployIndex

        public java.lang.String getAutoDeployIndex()
      • getEvaluator

        public java.lang.String getEvaluator()
      • getEvaluatorProperties

        public java.util.Map<java.lang.String,​java.lang.String> getEvaluatorProperties()
      • getCustomizations

        public java.util.List<Customization> getCustomizations()
      • getConfigurations

        public java.util.List<org.dom4j.Element> getConfigurations()