Class and Description |
---|
Eager
The CDI annotation
@ Eager specifies that a scoped bean is to be eagerly instantiated. |
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 or path
parameter in a CDI managed bean. |
Class and Description |
---|
Push
The CDI annotation
@ Push allows you to inject a PushContext associated 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–2020 OmniFaces. All rights reserved.