org.apache.webbeans.web.tomcat
Class TomcatWebPlugin
java.lang.Object
org.apache.webbeans.spi.plugins.AbstractOwbPlugin
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) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatWebPlugin
public TomcatWebPlugin()
- Default constructor.
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)
throws Exception
-
- Specified by:
isManagedBean in interface OpenWebBeansPlugin- Overrides:
isManagedBean in class AbstractOwbPlugin
- Throws:
Exception
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-2010 The Apache Software Foundation. All Rights Reserved.