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 Modifier and Type Field Description static ComponentRelocatableResourceHandlerINSTANCE
 - 
Constructor SummaryConstructors Constructor Description ComponentRelocatableResourceHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentfindChildByTagId(FaceletContext ctx, UIComponent parent, String id)
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ComponentRelocatableResourceHandler INSTANCE 
 
- 
 - 
Method Detail- 
findChildByTagIdpublic UIComponent findChildByTagId(FaceletContext ctx, UIComponent parent, String id) - Specified by:
- findChildByTagIdin interface- RelocatableResourceHandler
 
 
- 
 
-