Interface ServletConfigAware

  • All Known Implementing Classes:
    DestinationRegistryImpl, ServletDestination

    public interface ServletConfigAware
    Interface to be implemented by any Destination that wishes to be notified of the ServletConfig availability.
    • Method Detail

      • onServletConfigAvailable

        default void onServletConfigAvailable​(javax.servlet.ServletConfig config)
                                       throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException