Uses of Package
org.omnifaces.cdi
-
Classes in org.omnifaces.cdi used by org.omnifaces.cdi Class Description Eager The CDI annotation@
Eager
specifies that a scoped bean is to be eagerly instantiated. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.config Class Description Eager The CDI annotation@
Eager
specifies that a scoped bean is to be eagerly instantiated. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.contextparam Class Description ContextParam The CDI annotation@
ContextParam
allows you to inject aweb.xml
context parameter from the current application in a CDI managed bean. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.cookie Class Description Cookie The CDI annotation@
Cookie
allows you to inject a HTTP request cookie value from the current Faces context in a CDI managed bean. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.param Class Description Param The CDI annotation@
Param
allows you to inject, convert and validate a HTTP request or path parameter in a CDI managed bean. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.push Class Description 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!).PushContext CDI interface to send a message object to the push socket channel as identified by@
Push
. -
Classes in org.omnifaces.cdi used by org.omnifaces.cdi.viewscope Class Description BeanStorage CDI bean storage.