Uses of Package
org.omnifaces.cdi
-
Classes in org.omnifaces.cdi used by org.omnifaces.cdi Class Description Eager The CDI annotation@Eagerspecifies 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@Eagerspecifies 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@ContextParamallows you to inject aweb.xmlcontext 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@Cookieallows 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@Paramallows 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@Pushallows you to inject aPushContextassociated 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.