Interface RelocatableResourceHandler
- All Known Implementing Classes:
- ComponentRelocatableResourceHandler,- HtmlOutputScriptHandler,- HtmlOutputStylesheetHandler
public interface RelocatableResourceHandler
Interface used to indicate the component that needs to be found was relocated,
 so it is necessary to provide a proper algorithm to find it.
- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Method SummaryModifier and TypeMethodDescriptionfindChildByTagId(FaceletContext ctx, UIComponent parent, String id) 
- 
Method Details- 
findChildByTagId
 
-