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, supportsJavaEeComponentInjections
public void isManagedBean(Class<?> clazz) throws WebBeansConfigurationException
WebBeansConfigurationException
isManagedBean
in interface OpenWebBeansPlugin
isManagedBean
in class AbstractOwbPlugin
clazz
- the class to checkWebBeansConfigurationException
- if the given clazz cannot be used as simple web bean.Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.