@ApplicationScoped public class DefaultBeanEntryFactory extends Object implements org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.BeanEntryFactory
Constructor and Description |
---|
DefaultBeanEntryFactory() |
Modifier and Type | Method and Description |
---|---|
<T> org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.BeanEntry<T> |
createBeanEntry(javax.enterprise.inject.spi.Bean<T> bean,
javax.enterprise.context.spi.CreationalContext<T> creationalContext,
boolean scopeBeanEventEnabled,
boolean accessBeanEventEnabled,
boolean unscopeBeanEventEnabled)
Creates a new
BeanEntry which will be used for storing all data needed for creating and managing
a scoped bean |
public <T> org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.BeanEntry<T> createBeanEntry(javax.enterprise.inject.spi.Bean<T> bean, javax.enterprise.context.spi.CreationalContext<T> creationalContext, boolean scopeBeanEventEnabled, boolean accessBeanEventEnabled, boolean unscopeBeanEventEnabled)
BeanEntry
which will be used for storing all data needed for creating and managing
a scoped beancreateBeanEntry
in interface org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi.BeanEntryFactory
T
- current typebean
- current beancreationalContext
- context for the current beanscopeBeanEventEnabled
- flag which indicates if the
ScopeBeanEvent
should be firedaccessBeanEventEnabled
- flag which indicates if the
AccessBeanEvent
should be firedunscopeBeanEventEnabled
- flag which indicates if the
UnscopeBeanEvent
should be firedCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.