Class WebsocketHandler
- 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.core.WebsocketHandler
 
 
 
 
 
- 
- All Implemented Interfaces:
- FaceletHandler
 
 @JSFFaceletTag(name="f:websocket", bodyContent="empty") public class WebsocketHandler extends ComponentHandler
- 
- 
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 WebsocketHandler(ComponentConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.ComponentHandlercreateComponent, getComponentConfig, getTagHandlerDelegate, isNew, onComponentPopulated
 - 
Methods inherited from class jakarta.faces.view.facelets.DelegatingMetaTagHandlerapply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
 - 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WebsocketHandlerpublic WebsocketHandler(ComponentConfig config) 
 
- 
 - 
Method Detail- 
onComponentCreatedpublic void onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent) - Overrides:
- onComponentCreatedin class- ComponentHandler
 
 
- 
 
-