|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentFactory
This interface must be implemented by all UIComponent factories.
This enabled UIComponents to be created via a consistent interface.
This is critical to classes such as
TemplateComponentBase and
LayoutComponent.
| Method Summary | |
|---|---|
javax.faces.component.UIComponent |
create(javax.faces.context.FacesContext context,
LayoutComponent descriptor,
javax.faces.component.UIComponent parent)
This is the factory method responsible for creating the UIComponent. |
| Method Detail |
|---|
javax.faces.component.UIComponent create(javax.faces.context.FacesContext context,
LayoutComponent descriptor,
javax.faces.component.UIComponent parent)
context - The FacesContextdescriptor - The LayoutComponent descriptor that is associated
with the requested UIComponent.parent - The parent UIComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||