Package com.sun.faces.cdi
Class FlashProducer
java.lang.Object
com.sun.faces.cdi.FlashProducer
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<Object>
,jakarta.enterprise.inject.spi.Bean<Object>
,jakarta.enterprise.inject.spi.BeanAttributes<Object>
,jakarta.enterprise.inject.spi.PassivationCapable
,Serializable
The Flash producer is the CDI producer that allows EL resolving of #{flash}
- Since:
- 2.3
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.sun.faces.cdi.CdiProducer<Object>
protected com.sun.faces.cdi.CdiProducer<Object>
protected com.sun.faces.cdi.CdiProducer<Object>
beanClassAndType
(Class<?> beanClass) protected com.sun.faces.cdi.CdiProducer<Object>
void
destroy
(Object instance, jakarta.enterprise.context.spi.CreationalContext<Object> creationalContext) Destroy the instance.Class<?>
getId()
Get the ID of this particular instantiation of the producer.Set<jakarta.enterprise.inject.spi.InjectionPoint>
Get the injection points.getName()
Get the default qualifier.Class<? extends Annotation>
getScope()
Set<Class<? extends Annotation>>
Get the stereotypes.getTypes()
boolean
Is this an alternative.boolean
protected com.sun.faces.cdi.CdiProducer<Object>
protected com.sun.faces.cdi.CdiProducer<Object>
qualifiers
(Annotation... qualifiers) protected com.sun.faces.cdi.CdiProducer<Object>
scope
(Class<? extends Annotation> scope) protected com.sun.faces.cdi.CdiProducer<Object>
-
Constructor Details
-
FlashProducer
public FlashProducer()
-
-
Method Details
-
getId
Get the ID of this particular instantiation of the producer.This is an implementation detail of CDI, where it wants to relocate a particular producer in order to re-inject a value. This is typically used in combination with passivation. Note that this is NOT about the value we're producing, but about the producer itself.
- Specified by:
getId
in interfacejakarta.enterprise.inject.spi.PassivationCapable
- Returns:
- the ID of this particular instantiation of the producer
-
getName
- Specified by:
getName
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getBeanClass
- Specified by:
getBeanClass
in interfacejakarta.enterprise.inject.spi.Bean<T>
-
getTypes
- Specified by:
getTypes
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getQualifiers
Get the default qualifier.- Specified by:
getQualifiers
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
- Returns:
- the qualifiers, which in the default case only contains the Default
-
getScope
- Specified by:
getScope
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
create
- Specified by:
create
in interfacejakarta.enterprise.context.spi.Contextual<T>
-
destroy
public void destroy(Object instance, jakarta.enterprise.context.spi.CreationalContext<Object> creationalContext) Destroy the instance.Since most artifact that the sub classes are producing are artifacts that the Faces runtime really is managing the destroy method here does not need to do anything.
- Specified by:
destroy
in interfacejakarta.enterprise.context.spi.Contextual<T>
- Parameters:
instance
- the instance.creationalContext
- the creational context.
-
getInjectionPoints
Get the injection points.- Specified by:
getInjectionPoints
in interfacejakarta.enterprise.inject.spi.Bean<T>
- Returns:
- the injection points.
-
getStereotypes
Get the stereotypes.- Specified by:
getStereotypes
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
- Returns:
- the stereotypes.
-
isAlternative
public boolean isAlternative()Is this an alternative.- Specified by:
isAlternative
in interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
- Returns:
- false.
-
isNullable
public boolean isNullable() -
name
-
create
-
beanClass
-
types
-
beanClassAndType
-
qualifiers
-
scope
-
addToId
-