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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfindChildByTagId(FaceletContext ctx, UIComponent parent, String id) 
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
ComponentRelocatableResourceHandlerpublic ComponentRelocatableResourceHandler()
 
- 
- 
Method Details- 
findChildByTagId- Specified by:
- findChildByTagIdin interface- RelocatableResourceHandler
 
 
-