Interface IXServletBasicHandler

    • Method Detail

      • onServletInit

        default void onServletInit​(@Nonnull
                                   com.helger.commons.collection.impl.ICommonsMap<String,​String> aInitParams)
                            throws javax.servlet.ServletException
        Called upon Servlet initialization
        Parameters:
        aInitParams - The init parameters. Never null but maybe empty.
        Throws:
        javax.servlet.ServletException - if something goes wrong
      • onServletDestroy

        default void onServletDestroy()
        Called upon Servlet destruction. May not throw an exception!