public class OpenWebBeansJsfPlugin extends AbstractOwbPlugin
| Constructor and Description |
|---|
OpenWebBeansJsfPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
isManagedBean(Class<?> clazz)
Make sure that the given class is ok for simple web bean conditions,
otherwise throw a
WebBeansConfigurationException |
getSupportedService, shutDown, startUp, supportService, supportsJavaEeComponentInjectionspublic void isManagedBean(Class<?> clazz) throws WebBeansConfigurationException
WebBeansConfigurationExceptionisManagedBean in interface OpenWebBeansPluginisManagedBean in class AbstractOwbPluginclazz - the class to checkWebBeansConfigurationException - if the given clazz cannot be used as simple web bean.Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.