| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FacesComponent
This interface is implemented by components that want to
| Method Summary | |
|---|---|
|  void | buildContents(javax.faces.context.FacesContext context,
              FacesComponentBuilder builder)Build the component children and facets, the default implementation is usually: builder.buildAll(context, this, true); // includeFacets=true | 
|  void | initAfterContents(javax.faces.context.FacesContext context)Perform component initialization after it's children and facets are added. | 
|  void | initBeforeContents(javax.faces.context.FacesContext context)Perform component initialization before its children and facets are added. | 
| Method Detail | 
|---|
void initBeforeContents(javax.faces.context.FacesContext context)
                        throws javax.faces.FacesException
context - 
javax.faces.FacesException
void buildContents(javax.faces.context.FacesContext context,
                   FacesComponentBuilder builder)
                   throws javax.faces.FacesException
context - builder - 
javax.faces.FacesException
void initAfterContents(javax.faces.context.FacesContext context)
                       throws javax.faces.FacesException
context - 
javax.faces.FacesException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||