- All Known Implementing Classes:
- ExtHandshakeVHostExtensionFactory
public interface ExtensionFactory
Extension factories are registered with the Webcontainer/WebcontainerService
as providers of handlers (ExtensionProcessors) for generic URL patterns. Any
request for resources that match the supplied URL pattern (except in the case
where there already exists a more specific pattern and matching target (possibly
supplied by the application assembler), will be routed to the ExtensionProcessor
supplied by the Factory.