| Class | Description |
|---|---|
| BeanStorage |
CDI bean storage.
|
| Annotation Type | Description |
|---|---|
| Cookie |
The CDI annotation
Cookie allows you to inject a HTTP request cookie value from the current JSF context in
a CDI managed bean. |
| Eager |
The CDI annotation
Eager specifies that a scoped bean is to be eagerly instantiated. |
| Param |
The CDI annotation
Param allows you to inject, convert and validate a HTTP request parameter in a CDI managed
bean. |
| Startup |
Stereo type that designates a bean as an eagerly instantiated bean with application scope.
|
| ViewScoped |
The CDI view scope annotation, intented for use in JSF 2.0/2.1.
|
Copyright © 2012–2015 OmniFaces. All rights reserved.