List of components implementing NamingContainer
Asked Answered
G

1

6

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?

Gad answered 27/1, 2014 at 19:13 Comment(4)
Have a look at this: https://mcmap.net/q/17942/-how-to-find-out-client-id-of-component-for-ajax-update-render-cannot-find-component-with-expression-quot-foo-quot-referenced-from-quot-bar-quotBookmobile
thanks, that helps. Although there is an "etc" that i want to resolveGad
What is the scope you're searching in? Standard JSF API? Or 3rd party component libraries?Stanwood
@Stanwood Standard JSF 2.xGad
D
13

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

Derosa answered 28/1, 2014 at 1:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.