org.jboss.weld.environment.tomcat7
Class Tomcat7Container
java.lang.Object
org.jboss.weld.environment.AbstractContainer
org.jboss.weld.environment.tomcat7.Tomcat7Container
- All Implemented Interfaces:
- Container
public class Tomcat7Container
- extends AbstractContainer
Tomcat7 container.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static Container INSTANCE
Tomcat7Container
public Tomcat7Container()
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
Copyright © 2013 Seam Framework. All Rights Reserved.