Package org.jboss.weld.environment.jetty
Class JettyLegacyContainer
- java.lang.Object
-
- org.jboss.weld.environment.servlet.AbstractContainer
-
- org.jboss.weld.environment.jetty.AbstractJettyContainer
-
- org.jboss.weld.environment.jetty.JettyLegacyContainer
-
- All Implemented Interfaces:
Container
@Deprecated public class JettyLegacyContainer extends AbstractJettyContainer
Deprecated.Legacy Jetty container.This container relies on the the following Jetty APIs to be exposed to the webapp:
- org.eclipse.jetty.server.handler.ContextHandler
- org.eclipse.jetty.servlet.ServletContextHandler
- org.eclipse.jetty.util.DecoratedObjectFactory
- org.eclipse.jetty.util.Decorator
cdi2module.- Author:
- Ales Justin
- See Also:
JettyContainer
-
-
Field Summary
Fields Modifier and Type Field Description static ContainerINSTANCEDeprecated.-
Fields inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
INJECTOR_ATTRIBUTE_NAME
-
Fields inherited from interface org.jboss.weld.environment.servlet.Container
CONTEXT_PARAM_CONTAINER_CLASS
-
-
Constructor Summary
Constructors Constructor Description JettyLegacyContainer()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringclassToCheck()Deprecated.Get class name to check is we can use this container.voidinitialize(ContainerContext context)Deprecated.Initialize web container.-
Methods inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
destroy
-
Methods inherited from class org.jboss.weld.environment.servlet.AbstractContainer
touch
-
-
-
-
Field Detail
-
INSTANCE
public static final Container INSTANCE
Deprecated.
-
-
Method Detail
-
classToCheck
protected String classToCheck()
Deprecated.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
public void initialize(ContainerContext context)
Deprecated.Description copied from interface:ContainerInitialize web container.- Specified by:
initializein interfaceContainer- Overrides:
initializein classAbstractJettyContainer- Parameters:
context- the container context
-
-