Class TomcatContainer
java.lang.Object
org.jboss.weld.environment.servlet.AbstractContainer
org.jboss.weld.environment.tomcat.TomcatContainer
- All Implemented Interfaces:
Container
Tomcat 7.x and 8.x 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 TypeMethodDescriptionprotected StringGet class name to check is we can use this container.voidinitialize(ContainerContext context) Initialize web container.Methods inherited from class org.jboss.weld.environment.servlet.AbstractContainer
destroy, touch
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
TomcatContainer
public TomcatContainer()
-
-
Method Details
-
classToCheck
Description copied from class:AbstractContainerGet class name to check is we can use this container.- Specified by:
classToCheckin classAbstractContainer- Returns:
- the class name to check
-
initialize
Description copied from interface:ContainerInitialize web container.- Parameters:
context- the container context
-