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
-
Field Summary
Fields Modifier and Type Field Description static StringODO_JETTY_SSL_KEYSTORE -
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, getDependencies, getStartupBeans, provides, provides, register, registerEventHandlerMethods 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
-
Field Details
-
ODO_JETTY_SSL_KEYSTORE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
JettyModule
public JettyModule()
-
-
Method Details
-
build
public void build()- Specified by:
buildin classModuleBuilder
-