java.lang.Object
net.odoframework.container.ModuleBuilder
net.odoframework.jetty.runtime.JettyModule
- All Implemented Interfaces:
BiFunction<Container,Properties,Container>,Module
public class JettyModule extends ModuleBuilder
-
Constructor Summary
Constructors Constructor Description JettyModule() -
Method Summary
Modifier and Type Method Description voidbuild()Methods inherited from class net.odoframework.container.ModuleBuilder
addStartupBean, addStartupBean, afterContainerPopulated, apply, beforeContainerPopulated, getContainer, getStartupBeans, provides, provides, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface net.odoframework.container.Module
getPrecedence
-
Constructor Details
-
JettyModule
public JettyModule()
-
-
Method Details
-
build
public void build()- Specified by:
buildin classModuleBuilder
-