Class HtmlOutputScriptHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- jakarta.faces.view.facelets.MetaTagHandler
- 
- jakarta.faces.view.facelets.DelegatingMetaTagHandler
- 
- jakarta.faces.view.facelets.ComponentHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.html.HtmlComponentHandler
- 
- org.apache.myfaces.view.facelets.tag.faces.html.HtmlOutputScriptHandler
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- FaceletHandler,- RelocatableResourceHandler
 
 @JSFFaceletTag(name="h:outputScript", componentClass="org.apache.myfaces.view.facelets.tag.faces.html._HtmlOutputScript") public class HtmlOutputScriptHandler extends HtmlComponentHandler implements RelocatableResourceHandler- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerdelegateFactory
 - 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlOutputScriptHandler(ComponentConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentfindChildByTagId(FaceletContext ctx, UIComponent parent, String id)voidonComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)- 
Methods inherited from class org.apache.myfaces.view.facelets.tag.faces.html.HtmlComponentHandlercreateMetaRuleset
 - 
Methods inherited from class jakarta.faces.view.facelets.ComponentHandlercreateComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
 - 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
HtmlOutputScriptHandlerpublic HtmlOutputScriptHandler(ComponentConfig config) 
 
- 
 - 
Method Detail- 
findChildByTagIdpublic UIComponent findChildByTagId(FaceletContext ctx, UIComponent parent, String id) - Specified by:
- findChildByTagIdin interface- RelocatableResourceHandler
 
 - 
onComponentCreatedpublic void onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent) - Overrides:
- onComponentCreatedin class- ComponentHandler
 
 
- 
 
-