Class GwtDevHostedModeContainer
- java.lang.Object
-
- org.jboss.weld.environment.servlet.AbstractContainer
-
- org.jboss.weld.environment.jetty.AbstractJettyContainer
-
- org.jboss.weld.environment.gwtdev.GwtDevHostedModeContainer
-
- All Implemented Interfaces:
Container
public class GwtDevHostedModeContainer extends AbstractJettyContainer
-
-
Field Summary
Fields Modifier and Type Field Description static ContainerINSTANCE-
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 GwtDevHostedModeContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringclassToCheck()Get class name to check is we can use this container.protected Class<?>getWeldServletHandlerClass()voidinitialize(ContainerContext context)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
-
-
Method Detail
-
classToCheck
protected String 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
-
getWeldServletHandlerClass
protected Class<?> getWeldServletHandlerClass()
-
initialize
public void initialize(ContainerContext context)
Description copied from interface:ContainerInitialize web container.- Specified by:
initializein interfaceContainer- Overrides:
initializein classAbstractJettyContainer- Parameters:
context- the container context
-
-