public class WeldContainer extends Object implements org.jboss.weld.environment.servlet.Container
| Constructor and Description |
|---|
WeldContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(org.jboss.weld.environment.servlet.ContainerContext context)
Destroy the container.
|
void |
initialize(org.jboss.weld.environment.servlet.ContainerContext context)
Initialize the container.
|
boolean |
touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
org.jboss.weld.environment.servlet.ContainerContext context)
Touch the container.
|
public void destroy(org.jboss.weld.environment.servlet.ContainerContext context)
destroy in interface org.jboss.weld.environment.servlet.Containercontext - the container context.public void initialize(org.jboss.weld.environment.servlet.ContainerContext context)
initialize in interface org.jboss.weld.environment.servlet.Containercontext - the container context.public boolean touch(org.jboss.weld.resources.spi.ResourceLoader resourceLoader,
org.jboss.weld.environment.servlet.ContainerContext context)
throws Exception
touch in interface org.jboss.weld.environment.servlet.ContainerresourceLoader - the resource loader.context - the container context.Exception - when a serious error occurs.Copyright © 2019. All rights reserved.