org.jboss.weld.environment.jetty
Class AbstractJettyPre72Container

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
All Implemented Interfaces:
Container
Direct Known Subclasses:
Jetty6Container, Jetty7Container

public abstract class AbstractJettyPre72Container
extends AbstractJettyContainer

Jetty 6 or 7 (pre 7.2) container.

Author:
Ales Justin

Field Summary
 
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
AbstractJettyPre72Container()
           
 
Method Summary
protected abstract  Class<?> getWeldServletHandlerClass()
           
 void initialize(ContainerContext context)
          Initialize web container.
 
Methods inherited from class org.jboss.weld.environment.jetty.AbstractJettyContainer
destroy
 
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
 

Constructor Detail

AbstractJettyPre72Container

public AbstractJettyPre72Container()
Method Detail

getWeldServletHandlerClass

protected abstract Class<?> getWeldServletHandlerClass()

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.