Interface RelocatableResourceHandler
- 
- All Known Implementing Classes:
- ComponentRelocatableResourceHandler,- HtmlOutputScriptHandler,- HtmlOutputStylesheetHandler
 
 public interface RelocatableResourceHandlerInterface 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UIComponentfindChildByTagId(FaceletContext ctx, UIComponent parent, String id)
 
- 
- 
- 
Method Detail- 
findChildByTagIdUIComponent findChildByTagId(FaceletContext ctx, UIComponent parent, String id) 
 
- 
 
-