Interface ExtensionFactory


  • public interface ExtensionFactory
    • Method Detail

      • isLoadable

        default boolean isLoadable()
        Allows the factory to check the runtime environment and prevent itself being used if not compatible e.g. because the wrong Jetty version is present.
        Returns:
        true if the factory can be loaded.