Class WebElementExtension

java.lang.Object
sonia.scm.plugin.WebElementExtension

public class WebElementExtension extends Object
WebElementExtension can be a servlet or filter which is ready to bind. Those extensions are loaded by the ExtensionProcessor from a WebElementDescriptor. We don't know if we can load the defined class from the descriptor, because the class could be optional (annotated with Requires). So we have to load the class as string with WebElementDescriptor and when we know that it is safe to load the class (all requirements are fulfilled), we will create our WebElementExtension.
Since:
2.0.0
  • Constructor Details

    • WebElementExtension

      public WebElementExtension()