Module org.omnifaces
Package org.omnifaces.cdi
-
Interface Summary Interface Description PushContext CDI interface to send a message object to the push socket channel as identified by@
Push
. -
Class Summary Class Description BeanStorage CDI bean storage.InjectionTargetWrapper<T> Provides a simple implementation ofInjectionTarget
that can be sub-classed by developers wishing to provide specialized behavior to an existingInjectionTarget
instance. -
Annotation Types Summary Annotation Type Description ContextParam The CDI annotation@
ContextParam
allows you to inject aweb.xml
context parameter from the current application in a CDI managed bean.Cookie The CDI annotation@
Cookie
allows you to inject a HTTP request cookie value from the current Faces context in a CDI managed bean.Eager The CDI annotation@
Eager
specifies that a scoped bean is to be eagerly instantiated.GraphicImageBean Stereo type that designates a bean with one or more methods returningbyte[]
orInputStream
as a named application scoped bean specifically for serving graphic images via<o:graphicImage>
component or#{of:graphicImageURL()}
EL functions.Param The CDI annotation@
Param
allows you to inject, convert and validate a HTTP request or path parameter in a CDI managed bean.PostScriptParam The annotation@
PostScriptParam
allows you to invoke a managed bean method when all<o:scriptParam>
values have been set in the associated managed bean.Push The CDI annotation@
Push
allows you to inject aPushContext
associated with a given channel in any container managed artifact in WAR (not in EAR/EJB!).Startup Stereo type that designates a bean as an eagerly instantiated bean with application scope.ViewScoped The CDI view scope annotation, with more optimal handling of bean destroy as compared to standard Faces one.