Class | Description |
---|---|
BeanStorage |
CDI bean storage.
|
Annotation Type | Description |
---|---|
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–2014 OmniFaces. All rights reserved.