org.apache.myfaces.view.facelets.tag.jsf
Class ComponentRelocatableResourceHandler
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final ComponentRelocatableResourceHandler INSTANCE
ComponentRelocatableResourceHandler
public ComponentRelocatableResourceHandler()
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.