This represents the top-level {@link LayoutElement}, it is the container for every other {@link LayoutElement}. By itself, it has no functionality. Its purpose in life is to group all top-level child {@link LayoutElement}s. LayoutDefintion objects can be registered with the {@link com.sun.jsftemplating.layout.LayoutDefinitionManager}.
This class provide a helper method {@link #getChildLayoutElementById(FacesContext,String,LayoutElement,UIComponent)}which will search recursively for the given child LayoutElement by id.
@author Ken Paulsen (ken.paulsen@sun.com)
|
|
|
|