org.apache.myfaces.view.facelets.tag.jsf
Class ComponentRelocatableResourceHandler

java.lang.Object
  extended by org.apache.myfaces.view.facelets.tag.jsf.ComponentRelocatableResourceHandler
All Implemented Interfaces:
RelocatableResourceHandler

public class ComponentRelocatableResourceHandler
extends Object
implements RelocatableResourceHandler

This class is used in cases where alternate implementations of h:outputScript and h:outputStylesheet components are used overriding a tag handler and providing a new tag name, but preserving the componentType and rendererType. In those components, the relocation hack is done, but it is necessary to provide the additional code from the implementation.


Field Summary
static ComponentRelocatableResourceHandler INSTANCE
           
 
Constructor Summary
ComponentRelocatableResourceHandler()
           
 
Method Summary
 UIComponent findChildByTagId(FaceletContext ctx, UIComponent parent, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ComponentRelocatableResourceHandler INSTANCE
Constructor Detail

ComponentRelocatableResourceHandler

public ComponentRelocatableResourceHandler()
Method Detail

findChildByTagId

public UIComponent findChildByTagId(FaceletContext ctx,
                                    UIComponent parent,
                                    String id)
Specified by:
findChildByTagId in interface RelocatableResourceHandler


Copyright © 2015 The Apache Software Foundation. All rights reserved.