Interface ComponentBuilderHandler
- 
- All Known Implementing Classes:
- CompositeComponentResourceTagHandler
 
 public interface ComponentBuilderHandlerThis interface provide a way to delegate component creation from ComponentTagHandlerDelegate. This is necessary because CompositeComponentResourceTagHandler should call Application.createComponent(FacesContext context, Resource componentResource) and ComponentTagHandlerDelegate does not have the required Resource dependency.- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UIComponentcreateComponent(FaceletContext ctx)
 
- 
- 
- 
Method Detail- 
createComponentUIComponent createComponent(FaceletContext ctx) 
 
- 
 
-