@Version(value="1.1.0")
| Interface | Description |
|---|---|
| ExtensionFactory |
Extension factories are registered with the Webcontainer/WebcontainerService
as providers of handlers (ExtensionProcessors) for generic URL patterns.
|
| ExtensionProcessor |
ExtensionProcessor classes are responsible for handling requests that filter down to
them by the URL matching process.
|