Interface MiltonConfigurator

All Known Implementing Classes:
DefaultMiltonConfigurator, SpringResourceFactoryFactory

public interface MiltonConfigurator
Implement this to customise how the HttpManager is created in the servlet
Author:
brad
  • Method Summary

    Modifier and Type
    Method
    Description
    configure(Config config)
     
    void
    called on destroy from the servlet
  • Method Details

    • configure

      HttpManager configure(Config config) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • shutdown

      void shutdown()
      called on destroy from the servlet