Uses of Interface
org.jboss.weld.context.WeldCreationalContext
-
Packages that use WeldCreationalContext Package Description org.jboss.weld.bean.builtin JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.unbound JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.manager JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of WeldCreationalContext in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return WeldCreationalContext Modifier and Type Method Description protected WeldCreationalContext<?>AbstractBuiltInMetadataBean. getParentCreationalContext(javax.enterprise.context.spi.CreationalContext<?> ctx) -
Uses of WeldCreationalContext in org.jboss.weld.context
Classes in org.jboss.weld.context that implement WeldCreationalContext Modifier and Type Class Description classCreationalContextImpl<T>classForwardingWeldCreationalContext<T>Methods in org.jboss.weld.context that return WeldCreationalContext Modifier and Type Method Description protected abstract WeldCreationalContext<T>ForwardingWeldCreationalContext. delegate()<S> WeldCreationalContext<S>ForwardingWeldCreationalContext. getCreationalContext(javax.enterprise.context.spi.Contextual<S> Contextual)<S> WeldCreationalContext<S>WeldCreationalContext. getCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)WeldCreationalContext<?>WeldCreationalContext. getParentCreationalContext()<S> WeldCreationalContext<S>WeldCreationalContext. getProducerReceiverCreationalContext(javax.enterprise.context.spi.Contextual<S> contextual)The returnedCreationalContextshares nothing but incomplete instances. -
Uses of WeldCreationalContext in org.jboss.weld.context.unbound
Methods in org.jboss.weld.context.unbound with parameters of type WeldCreationalContext Modifier and Type Method Description protected <T> voidDependentContextImpl. addDependentInstance(T instance, javax.enterprise.context.spi.Contextual<T> contextual, WeldCreationalContext<T> creationalContext) -
Uses of WeldCreationalContext in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return WeldCreationalContext Modifier and Type Method Description <T> WeldCreationalContext<T>BeanManagerImpl. createCreationalContext(javax.enterprise.context.spi.Contextual<T> contextual)
-