Uses of Interface
io.avaje.jex.Jex
Packages that use Jex
-
Uses of Jex in io.avaje.jex
Methods in io.avaje.jex that return JexModifier and TypeMethodDescription<T> JexSet a custom attribute that can be used by an implementation.Configure via a lambda taking the JexConfig instance.Jex.configureWith(io.avaje.inject.BeanScope beanScope) Configure given the dependency injection scope from avaje-inject.Set the context path.static JexJex.create()Create Jex.Jex.jsonService(JsonService jsonService) Set the JsonService.Add Plugin functionality.Jex.port(int port) Set the port to use.Jex.register(TemplateRender renderer, String... extensions) Explicitly register a template renderer.Jex.routing(Routing.HttpService routes) Add routes and handlers to the routing.Jex.routing(Collection<Routing.HttpService> routes) Add many routes and handlers to the routing.default JexJex.staticResource(StaticContentConfig config) Add a static resource routedefault JexJex.staticResource(Consumer<StaticContentConfig> consumer) Add a static resource route using a consumerMethods in io.avaje.jex with parameters of type Jex