com.sun.faces.facelets.tag
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 java.util.Iterator |
findNextByType(java.lang.Class type)
Searches child handlers, starting at the 'nextHandler' for all
instances of the passed type.
|
static java.util.Iterator |
findNextByType(javax.faces.view.facelets.FaceletHandler nextHandler,
java.lang.Class type) |
getAttribute, getRequiredAttribute, toString
protected final java.util.Iterator findNextByType(java.lang.Class type)
type
- Class type to search forpublic static final java.util.Iterator findNextByType(javax.faces.view.facelets.FaceletHandler nextHandler, java.lang.Class type)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.