Class HtmlOutputStylesheetHandler
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.HtmlOutputStylesheetHandler
- All Implemented Interfaces:
FaceletHandler
,RelocatableResourceHandler
@JSFFaceletTag(name="h:outputStylesheet",
componentClass="org.apache.myfaces.view.facelets.tag.faces.html._HtmlOutputStylesheet")
public class HtmlOutputStylesheetHandler
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.DelegatingMetaTagHandler
delegateFactory
Fields inherited from class jakarta.faces.view.facelets.TagHandler
nextHandler, tag, tagId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindChildByTagId
(FaceletContext ctx, UIComponent parent, String id) void
onComponentCreated
(FaceletContext ctx, UIComponent c, UIComponent parent) Methods inherited from class org.apache.myfaces.view.facelets.tag.faces.html.HtmlComponentHandler
createMetaRuleset
Methods inherited from class jakarta.faces.view.facelets.ComponentHandler
createComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandler
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
Methods inherited from class jakarta.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
-
Constructor Details
-
HtmlOutputStylesheetHandler
-
-
Method Details
-
findChildByTagId
- Specified by:
findChildByTagId
in interfaceRelocatableResourceHandler
-
onComponentCreated
- Overrides:
onComponentCreated
in classComponentHandler
-