| Package | Description | 
|---|---|
| org.omnifaces.cdi | |
| org.omnifaces.cdi.contextparam | |
| org.omnifaces.cdi.cookie | |
| org.omnifaces.cdi.param | |
| org.omnifaces.cdi.push | |
| org.omnifaces.cdi.viewscope | 
| Class and Description | 
|---|
| Eager 
 The CDI annotation  @Eagerspecifies that a scoped bean is to be eagerly instantiated. | 
| Class and Description | 
|---|
| ContextParam 
 The CDI annotation  @ContextParamallows you to inject aweb.xmlcontext
 parameter from the current application in a CDI managed bean. | 
| Class and Description | 
|---|
| Cookie 
 The CDI annotation  @Cookieallows you to inject a HTTP request cookie value from the current
 JSF context in a CDI managed bean. | 
| Class and Description | 
|---|
| Param 
 The CDI annotation  @Paramallows you to inject, convert and validate a HTTP request or path
 parameter in a CDI managed bean. | 
| Class and 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. | 
| Class and Description | 
|---|
| BeanStorage CDI bean storage. | 
Copyright © 2012–2018 OmniFaces. All rights reserved.