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 $)

Method Summary
 javax.faces.component.UIComponent findChildByTagId(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent, java.lang.String id)
           
 

Method Detail

findChildByTagId

javax.faces.component.UIComponent findChildByTagId(javax.faces.view.facelets.FaceletContext ctx,
                                                   javax.faces.component.UIComponent parent,
                                                   java.lang.String id)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.