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
Constructors -
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>voiddestroy(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()booleanIs this an alternative.booleanprotected 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:
getIdin interfacejakarta.enterprise.inject.spi.PassivationCapable- Returns:
- the ID of this particular instantiation of the producer
-
getName
- Specified by:
getNamein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getBeanClass
- Specified by:
getBeanClassin interfacejakarta.enterprise.inject.spi.Bean<T>
-
getTypes
- Specified by:
getTypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
getQualifiers
Get the default qualifier.- Specified by:
getQualifiersin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>- Returns:
- the qualifiers, which in the default case only contains the Default
-
getScope
- Specified by:
getScopein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>
-
create
- Specified by:
createin 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:
destroyin interfacejakarta.enterprise.context.spi.Contextual<T>- Parameters:
instance- the instance.creationalContext- the creational context.
-
getInjectionPoints
Get the injection points.- Specified by:
getInjectionPointsin interfacejakarta.enterprise.inject.spi.Bean<T>- Returns:
- the injection points.
-
getStereotypes
Get the stereotypes.- Specified by:
getStereotypesin interfacejakarta.enterprise.inject.spi.BeanAttributes<T>- Returns:
- the stereotypes.
-
isAlternative
public boolean isAlternative()Is this an alternative.- Specified by:
isAlternativein interfacejakarta.enterprise.inject.spi.BeanAttributes<T>- Returns:
- false.
-
isNullable
public boolean isNullable() -
name
-
create
-
beanClass
-
types
-
beanClassAndType
-
qualifiers
-
scope
-
addToId
-