Examples of DependentBeanEntry


Examples of org.apache.myfaces.cdi.dependent.DependentBeanEntry

        {
            //TODO add serializable check again or remove this TODO once MYFACES-3805 is clarified
            AbstractBeanStorage beanStorage = getContextualReference(beanManager, RequestDependentBeanStorage.class);

            //noinspection unchecked
            beanStorage.add(new DependentBeanEntry(result, bean, creationalContext));
        }

        return result;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.