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: 931412 $ $Date: 2010-04-06 21:56:36 -0500 (Mar, 06 Abr 2010) $
- Author:
- Leonardo Uribe (latest modification by $Author: lu4242 $)
findChildByTagId
UIComponent findChildByTagId(FaceletContext ctx,
UIComponent parent,
String id)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.