public class SetHandler extends TagHandlerImpl
| Constructor and Description |
|---|
SetHandler(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 |
protected void |
applyNextHandler(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c) |
findNextByType, findNextByTypepublic 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 relativePathprotected void applyNextHandler(jakarta.faces.view.facelets.FaceletContext ctx,
jakarta.faces.component.UIComponent c)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.