public abstract class TagHandlerImpl extends TagHandler
nextHandler, tag, tagId| Constructor and Description |
|---|
TagHandlerImpl(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(FaceletHandler nextHandler,
Class type) |
getAttribute, getRequiredAttribute, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic TagHandlerImpl(TagConfig config)
protected final Iterator findNextByType(Class type)
type - Class type to search forpublic static final Iterator findNextByType(FaceletHandler nextHandler, Class type)
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.