Class UndertowContainer
- java.lang.Object
-
- org.jboss.weld.environment.undertow.UndertowContainer
-
-
Field Summary
Fields Modifier and Type Field Description static UndertowContainerINSTANCE-
Fields inherited from interface org.jboss.weld.environment.servlet.Container
CONTEXT_PARAM_CONTAINER_CLASS
-
-
Constructor Summary
Constructors Constructor Description UndertowContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(ContainerContext context)Destroy setup.voidinitialize(ContainerContext context)Initialize web container.booleantouch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ContainerContext context)Touch if this container can be used.
-
-
-
Field Detail
-
INSTANCE
public static final UndertowContainer INSTANCE
-
-
Method Detail
-
touch
public boolean touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ContainerContext context) throws ExceptionDescription copied from interface:ContainerTouch if this container can be used. We should throw an exception if it cannot be used.
-
initialize
public void initialize(ContainerContext context)
Description copied from interface:ContainerInitialize web container.- Specified by:
initializein interfaceContainer- Parameters:
context- the container context
-
destroy
public void destroy(ContainerContext context)
Description copied from interface:ContainerDestroy setup.
-
-