public abstract class TagHandlerImpl
extends jakarta.faces.view.facelets.TagHandler
| Constructor and Description |
|---|
TagHandlerImpl(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator |
findNextByType(Class type)
Searches child handlers, starting at the 'nextHandler' for all instances of the passed type.
|
static Iterator |
findNextByType(jakarta.faces.view.facelets.FaceletHandler nextHandler,
Class type) |
getAttribute, getRequiredAttribute, toStringpublic TagHandlerImpl(jakarta.faces.view.facelets.TagConfig config)
protected final Iterator findNextByType(Class type)
type - Class type to search forCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.