public final class DefineHandler extends TagHandlerImpl
| Constructor and Description |
|---|
DefineHandler(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
Process changes on a particular UIComponent |
void |
applyDefinition(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent) |
String |
getName() |
findNextByType, findNextByTypepublic DefineHandler(jakarta.faces.view.facelets.TagConfig config)
config - public void apply(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
jakarta.faces.view.facelets.FaceletHandlerProcess changes on a particular UIComponent
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate uponIOException - if unable to load relativePathpublic void applyDefinition(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent parent)
throws IOException
IOExceptionpublic String getName()
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.