org.apache.webbeans.web.tomcat
Class TomcatWebPlugin

java.lang.Object
  extended by org.apache.webbeans.spi.plugins.AbstractOwbPlugin
      extended by org.apache.webbeans.web.tomcat.TomcatWebPlugin
All Implemented Interfaces:
OpenWebBeansPlugin, OpenWebBeansWebPlugin

public class TomcatWebPlugin
extends AbstractOwbPlugin
implements OpenWebBeansWebPlugin

Tomcat plugin for OWB.

Version:
$Rev: 940336 $ $Date: 2010-05-03 02:32:18 +0300 (Mon, 03 May 2010) $

Constructor Summary
TomcatWebPlugin()
          Default constructor.
 
Method Summary
<T> T
getSupportedService(Class<T> serviceClass)
          
 void isManagedBean(Class<?> clazz)
          
 boolean supportService(Class<?> serviceClass)
          
 boolean supportsJavaEeComponentInjections(Class<?> clazz)
          
 
Methods inherited from class org.apache.webbeans.spi.plugins.AbstractOwbPlugin
shutDown, startUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.webbeans.spi.plugins.OpenWebBeansPlugin
shutDown, startUp
 

Constructor Detail

TomcatWebPlugin

public TomcatWebPlugin()
Default constructor.

Method Detail

getSupportedService

public <T> T getSupportedService(Class<T> serviceClass)

Specified by:
getSupportedService in interface OpenWebBeansPlugin
Overrides:
getSupportedService in class AbstractOwbPlugin

isManagedBean

public void isManagedBean(Class<?> clazz)

Specified by:
isManagedBean in interface OpenWebBeansPlugin
Overrides:
isManagedBean in class AbstractOwbPlugin

supportsJavaEeComponentInjections

public boolean supportsJavaEeComponentInjections(Class<?> clazz)

Specified by:
supportsJavaEeComponentInjections in interface OpenWebBeansPlugin
Overrides:
supportsJavaEeComponentInjections in class AbstractOwbPlugin

supportService

public boolean supportService(Class<?> serviceClass)

Specified by:
supportService in interface OpenWebBeansPlugin
Overrides:
supportService in class AbstractOwbPlugin


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.