org.jboss.weld.environment.jetty
Class JettyPost72Container

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.JettyPost72Container
All Implemented Interfaces:
Container

public class JettyPost72Container
extends AbstractJettyContainer

Jetty 7.2+ 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
JettyPost72Container()
           
 
Method Summary
protected  String classToCheck()
          Get class name to check is we can use this container.
 void initialize(ContainerContext context)
          Initialize web container.
 boolean touch(ContainerContext context)
          Touch if this container can be used.
 
Methods inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
destroy
 
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

JettyPost72Container

public JettyPost72Container()
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

touch

public boolean touch(ContainerContext context)
              throws Exception
Description copied from interface: Container
Touch if this container can be used. We should throw an exception if it cannot be used.

Specified by:
touch in interface Container
Overrides:
touch in class AbstractContainer
Parameters:
context - the container context
Returns:
true if touch was successful, false or exception otherwise
Throws:
Exception - for any error

initialize

public void initialize(ContainerContext context)
Description copied from interface: Container
Initialize web container.

Parameters:
context - the container context


Copyright © 2013 Seam Framework. All Rights Reserved.