servletContextHandler
Creates and configures a ServletContextHandler.
Return
the configured ServletContextHandler instance.
Parameters
block
a lambda with ServletContextHandler as receiver for adding servlets and filters.
Creates and configures a ServletContextHandler.
the configured ServletContextHandler instance.
a lambda with ServletContextHandler as receiver for adding servlets and filters.