Uses of Interface
jakarta.enterprise.context.spi.Contextual
-
Packages that use Contextual Package Description jakarta.enterprise.context.spi The custom context SPI.jakarta.enterprise.inject.spi The portable extension integration SPI.org.hibernate.validator.cdi.internal Classes for enabling Bean Validation CDI integration.org.infinispan.cdi.common.util This package contains utility classes.org.jboss.weld.context.api -
-
Uses of Contextual in jakarta.enterprise.context.spi
Methods in jakarta.enterprise.context.spi with parameters of type Contextual Modifier and Type Method Description voidAlterableContext. destroy(Contextual<?> contextual)Destroy the existing contextual instance.<T> TContext. get(Contextual<T> contextual)Return an existing instance of a certain contextual type or a null value.<T> TContext. get(Contextual<T> contextual, CreationalContext<T> creationalContext)Return an existing instance of certain contextual type or create a new instance by callingcreate(CreationalContext)and return the new instance. -
Uses of Contextual in jakarta.enterprise.inject.spi
Subinterfaces of Contextual in jakarta.enterprise.inject.spi Modifier and Type Interface Description interfaceBean<T>Represents an enabled bean.interfaceDecorator<T>Represents an enabled decorator.interfaceInterceptor<T>Represents an enabled interceptor.Methods in jakarta.enterprise.inject.spi with parameters of type Contextual Modifier and Type Method Description <T> CreationalContext<T>BeanContainer. createCreationalContext(Contextual<T> contextual)Obtain an instance of aCreationalContextfor the given contextual type, or for a non-contextual object. -
Uses of Contextual in org.hibernate.validator.cdi.internal
Classes in org.hibernate.validator.cdi.internal that implement Contextual Modifier and Type Class Description classValidatorBeanclassValidatorFactoryBeanABeanrepresenting aValidatorFactory. -
Uses of Contextual in org.infinispan.cdi.common.util
Classes in org.infinispan.cdi.common.util that implement Contextual Modifier and Type Class Description classAbstractImmutableBean<T>A base class for implementingBean.classForwardingBean<T>An implementation ofBeanthat forwards all calls to theForwardingBean.delegate().classImmutableBean<T>A base class for implementingBean.classImmutablePassivationCapableBean<T>A base class for implementing aPassivationCapableBean. -
Uses of Contextual in org.jboss.weld.context.api
Methods in org.jboss.weld.context.api that return Contextual Modifier and Type Method Description Contextual<T>ContextualInstance. getContextual()
-