ContextParam |
The CDI annotation @ ContextParam allows you to inject a web.xml context
parameter from the current application in a CDI managed bean.
|
Cookie |
The CDI annotation @ Cookie allows you to inject a HTTP request cookie value from the current
Faces context in a CDI managed bean.
|
Eager |
The CDI annotation @ Eager specifies that a scoped bean is to be eagerly instantiated.
|
GraphicImageBean |
Stereo type that designates a bean with one or more methods returning byte[] or InputStream
as a named application scoped bean specifically for serving graphic images via <o:graphicImage>
component or #{of:graphicImageURL()} EL functions.
|
Param |
The CDI annotation @ Param allows you to inject, convert and validate a HTTP request or path
parameter in a CDI managed bean.
|
PostScriptParam |
The annotation @ PostScriptParam allows you to invoke a managed bean method when all
<o:scriptParam> values have been set in the associated managed bean.
|
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!).
|
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 Faces one.
|