Class ComponentRelocatableResourceHandler
java.lang.Object
org.apache.myfaces.view.facelets.tag.faces.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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindChildByTagId
(FaceletContext ctx, UIComponent parent, String id)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ComponentRelocatableResourceHandler
public ComponentRelocatableResourceHandler()
-
-
Method Details
-
findChildByTagId
- Specified by:
findChildByTagId
in interfaceRelocatableResourceHandler
-