Class UndertowContainer
java.lang.Object
org.jboss.weld.environment.undertow.UndertowContainer
- All Implemented Interfaces:
Container
-
Field Summary
FieldsFields inherited from interface org.jboss.weld.environment.servlet.Container
CONTEXT_PARAM_CONTAINER_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy(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 Details
-
INSTANCE
-
-
Constructor Details
-
UndertowContainer
public UndertowContainer()
-
-
Method Details
-
touch
public boolean touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader, ContainerContext context) throws Exception Description copied from interface:ContainerTouch if this container can be used. We should throw an exception if it cannot be used. -
initialize
Description copied from interface:ContainerInitialize web container.- Specified by:
initializein interfaceContainer- Parameters:
context- the container context
-
destroy
Description copied from interface:ContainerDestroy setup.
-