org.jboss.weld.environment.tomcat
Class Tomcat6Container

java.lang.Object
  extended by org.jboss.weld.environment.AbstractContainer
      extended by org.jboss.weld.environment.tomcat.Tomcat6Container
All Implemented Interfaces:
Container

public class Tomcat6Container
extends AbstractContainer

Tomcat6.

Author:
Ales Justin

Field Summary
static Container INSTANCE
           
 
Fields inherited from class org.jboss.weld.environment.AbstractContainer
log
 
Constructor Summary
Tomcat6Container()
           
 
Method Summary
protected  String classToCheck()
          Get class name to check is we can use this container.
 void destroy(ContainerContext context)
          Destroy setup.
 void initialize(ContainerContext context)
          Initialize web container.
 
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

Tomcat6Container

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

initialize

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

Parameters:
context - the container context

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.