org.jboss.weld.environment.jetty
Class AbstractJettyContainer

java.lang.Object
  extended by org.jboss.weld.environment.AbstractContainer
      extended by org.jboss.weld.environment.jetty.AbstractJettyContainer
All Implemented Interfaces:
Container
Direct Known Subclasses:
AbstractJettyPre72Container, JettyPost72Container

public abstract class AbstractJettyContainer
extends AbstractContainer

Abstract Jetty container.

Author:
Ales Justin

Field Summary
static String INJECTOR_ATTRIBUTE_NAME
           
 
Fields inherited from class org.jboss.weld.environment.AbstractContainer
log
 
Constructor Summary
AbstractJettyContainer()
           
 
Method Summary
 void destroy(ContainerContext context)
          Destroy setup.
 
Methods inherited from class org.jboss.weld.environment.AbstractContainer
classToCheck, touch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.environment.Container
initialize
 

Field Detail

INJECTOR_ATTRIBUTE_NAME

public static final String INJECTOR_ATTRIBUTE_NAME
See Also:
Constant Field Values
Constructor Detail

AbstractJettyContainer

public AbstractJettyContainer()
Method Detail

destroy

public void destroy(ContainerContext context)
Description copied from interface: Container
Destroy setup.

Specified by:
destroy in interface Container
Overrides:
destroy in class AbstractContainer
Parameters:
context - the container context


Copyright © 2013 Seam Framework. All Rights Reserved.