org.jboss.weld.environment.jetty
Class Jetty7Container

java.lang.Object
  extended by org.jboss.weld.environment.AbstractContainer
      extended by org.jboss.weld.environment.jetty.AbstractJettyContainer
          extended by org.jboss.weld.environment.jetty.AbstractJettyPre72Container
              extended by org.jboss.weld.environment.jetty.Jetty7Container
All Implemented Interfaces:
Container

public class Jetty7Container
extends AbstractJettyPre72Container

Jetty7 container.

Author:
Ales Justin

Field Summary
static Container INSTANCE
           
 
Fields inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
INJECTOR_ATTRIBUTE_NAME
 
Fields inherited from class org.jboss.weld.environment.AbstractContainer
log
 
Constructor Summary
Jetty7Container()
           
 
Method Summary
protected  String classToCheck()
          Get class name to check is we can use this container.
protected  Class<?> getWeldServletHandlerClass()
           
 
Methods inherited from class org.jboss.weld.environment.jetty.AbstractJettyPre72Container
initialize
 
Methods inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
destroy
 
Methods inherited from class org.jboss.weld.environment.AbstractContainer
touch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static Container INSTANCE
Constructor Detail

Jetty7Container

public Jetty7Container()
Method Detail

classToCheck

protected String classToCheck()
Description copied from class: AbstractContainer
Get class name to check is we can use this container.

Specified by:
classToCheck in class AbstractContainer
Returns:
the class name to check

getWeldServletHandlerClass

protected Class<?> getWeldServletHandlerClass()
Specified by:
getWeldServletHandlerClass in class AbstractJettyPre72Container


Copyright © 2013 Seam Framework. All Rights Reserved.