| Interface | Description | 
|---|---|
| PushContext | 
 CDI interface to send a message object to the push socket channel as identified by  @Push. | 
| Class | Description | 
|---|---|
| BeanStorage | CDI bean storage. | 
| InjectionTargetWrapper<T> | 
 Provides a simple implementation of  InjectionTargetthat can be sub-classed by developers wishing to
 provide specialized behavior to an existingInjectionTargetinstance. | 
| Annotation Type | Description | 
|---|---|
| ContextParam | 
 The CDI annotation  @ContextParamallows you to inject aweb.xmlcontext
 parameter from the current application in a CDI managed bean. | 
| Cookie | 
 The CDI annotation  @Cookieallows you to inject a HTTP request cookie value from the current
 JSF context in a CDI managed bean. | 
| Eager | 
 The CDI annotation  @Eagerspecifies that a scoped bean is to be eagerly instantiated. | 
| GraphicImageBean | 
 Stereo type that designates a bean with one or more methods returning  byte[]orInputStreamas a named application scoped bean specifically for serving graphic images via<o:graphicImage>component or#{of:graphicImageURL()}EL functions. | 
| Param | 
 The CDI annotation  @Paramallows you to inject, convert and validate a HTTP request or path
 parameter in a CDI managed bean. | 
| PostScriptParam | 
 The annotation  @PostScriptParamallows you to invoke a managed bean method when all<o:scriptParam>values have been set in the associated managed bean. | 
| Push | 
 The CDI annotation  @Pushallows you to inject aPushContextassociated 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 JSF one. | 
Copyright © 2012–2020 OmniFaces. All rights reserved.