org.apache.myfaces.view.facelets.tag.jsf
Interface RelocatableResourceHandler
- All Known Implementing Classes:
- 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: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Leonardo Uribe (latest modification by $Author: bommel $)
findChildByTagId
UIComponent findChildByTagId(FaceletContext ctx,
UIComponent parent,
String id)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.