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