- 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
All Methods Instance Methods Concrete Methods 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, registerEventHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface net.odoframework.container.Module
getPrecedence
-
-
-
-
Field Detail
-
ODO_JETTY_SSL_KEYSTORE
public static final String ODO_JETTY_SSL_KEYSTORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
build
public void build()
- Specified by:
buildin classModuleBuilder
-
-