public abstract class TagHandlerImpl
extends javax.faces.view.facelets.TagHandler
| Constructor and Description |
|---|
TagHandlerImpl(javax.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(javax.faces.view.facelets.FaceletHandler nextHandler,
Class type) |
getAttribute, getRequiredAttribute, toStringprotected final Iterator findNextByType(Class type)
type - Class type to search forCopyright © 2010–2024 JBoss by Red Hat. All rights reserved.