Package org.jboss.weld.environment.jetty
Class AbstractJettyContainer
java.lang.Object
org.jboss.weld.environment.servlet.AbstractContainer
org.jboss.weld.environment.jetty.AbstractJettyContainer
- All Implemented Interfaces:
Container
- Direct Known Subclasses:
JettyContainer
Abstract Jetty container.
- Author:
- Ales Justin
-
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.Methods inherited from class org.jboss.weld.environment.servlet.AbstractContainer
classToCheck, touch
-
Field Details
-
INJECTOR_ATTRIBUTE_NAME
- See Also:
-
-
Constructor Details
-
AbstractJettyContainer
public AbstractJettyContainer()
-
-
Method Details
-
initialize
Description copied from interface:ContainerInitialize web container.- Parameters:
context- the container context
-
destroy
Description copied from interface:ContainerDestroy setup.- Specified by:
destroyin interfaceContainer- Overrides:
destroyin classAbstractContainer- Parameters:
context- the container context
-