Package | Description |
---|---|
org.omnifaces.cdi | |
org.omnifaces.cdi.contextparam | |
org.omnifaces.cdi.cookie | |
org.omnifaces.cdi.param |
Class and Description |
---|
Eager
The CDI annotation
Eager specifies that a scoped bean is to be eagerly instantiated. |
Class and Description |
---|
ContextParam
The CDI annotation
ContextParam allows you to inject a web.xml context parameter from the
current application in a CDI managed bean. |
Class and 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. |
Class and Description |
---|
Param
The CDI annotation
Param allows you to inject, convert and validate a HTTP request parameter in a CDI managed
bean. |
Copyright © 2012–2015 OmniFaces. All rights reserved.