- 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: 1188694 $ $Date: 2011-10-25 15:07:44 +0000 (Tue, 25 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: struberg $)