Interface NamingContainer

All Known Implementing Classes:
HtmlDataTable, HtmlForm, UIData, UIForm, UINamingContainer

public interface NamingContainer

NamingContainer is an interface that must be implemented by any UIComponent that wants to be a naming container. Naming containers affect the behavior of the UIComponent.findComponent(String) and UIComponent.getClientId() methods; see those methods for further information.