Uses of Class
io.bootique.jetty.server.ServletFactory
-
Packages that use ServletFactory Package Description io.bootique.jetty.server -
-
Uses of ServletFactory in io.bootique.jetty.server
Fields in io.bootique.jetty.server with type parameters of type ServletFactory Modifier and Type Field Description protected Map<String,ServletFactory>ServerFactory. servletsMethods in io.bootique.jetty.server that return ServletFactory Modifier and Type Method Description protected ServletFactoryServerFactory. getServletFactory(String name)Method parameters in io.bootique.jetty.server with type arguments of type ServletFactory Modifier and Type Method Description voidServerFactory. setServlets(Map<String,ServletFactory> servlets)
-