Interface ComponentBuilderHandler
- All Known Implementing Classes:
- CompositeComponentResourceTagHandler
public interface ComponentBuilderHandler
This 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 Summary
- 
Method Details- 
createComponent
 
-