Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of components implementing NamingContainer

I found that there is something called NamingContainer in JSF. It is not clear that which component is a naming container. As far as I know, <h:form> , <h:dataTable> and custom components are naming containers.

Where can I get a list of classes that implement javax.faces.component.NamingContainer?

like image 532
Sergio Avatar asked Jan 27 '14 19:01

Sergio


1 Answers

it depends on libraries you include. simplest way is to use eclipse type hierarchy.

this is mine, and includes jsf RI 2.2, Primefaces 4.0, Omnifaces 1.7 and a couple of self-made:

NamingContainer Type Hierarchy

like image 157
Michele Mariotti Avatar answered Oct 19 '22 00:10

Michele Mariotti