Package sonia.scm.plugin
Class WebElementExtension
java.lang.Object
sonia.scm.plugin.WebElementExtension
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
WebElementExtension
public WebElementExtension()
-