public class CdiConfiguration extends Object
| Constructor | Description |
|---|---|
CdiConfiguration() |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
configure(org.apache.wicket.Application application) |
Configures the specified application
|
static CdiConfiguration |
get(org.apache.wicket.Application application) |
|
javax.enterprise.inject.spi.BeanManager |
getFallbackBeanManager() |
|
IConversationPropagation |
getPropagation() |
|
CdiConfiguration |
setFallbackBeanManager(javax.enterprise.inject.spi.BeanManager fallbackBeanManager) |
Sets a BeanManager that should be used if all strategies to lookup a
BeanManager fail.
|
CdiConfiguration |
setPropagation(IConversationPropagation propagation) |
public IConversationPropagation getPropagation()
public CdiConfiguration setPropagation(IConversationPropagation propagation)
public javax.enterprise.inject.spi.BeanManager getFallbackBeanManager()
public CdiConfiguration setFallbackBeanManager(javax.enterprise.inject.spi.BeanManager fallbackBeanManager)
fallbackBeanManager - public void configure(org.apache.wicket.Application application)
application - public static CdiConfiguration get(org.apache.wicket.Application application)
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.