Package | Description |
---|---|
org.apache.myfaces.extensions.cdi.core.impl.scope.conversation | |
org.apache.myfaces.extensions.cdi.core.impl.scope.conversation.spi |
Modifier and Type | Method and Description |
---|---|
protected abstract <T> void |
AbstractGroupedConversationContext.scopeBeanEntry(WindowContextManager windowContextManager,
BeanEntry<T> beanEntry)
Store the given bean in the
WindowContext |
Modifier and Type | Method and Description |
---|---|
<T> BeanEntry<T> |
BeanEntryFactory.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 |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.