com.sun.faces.application.view
private static final class FaceletViewHandlingStrategy.MethodMetadataIterator extends java.lang.Object implements java.lang.Iterable<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>, java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>
PropertyDescriptors
.Modifier and Type | Field and Description |
---|---|
private javax.faces.context.FacesContext |
context |
private int |
curIndex |
private java.beans.PropertyDescriptor[] |
descriptors |
Constructor and Description |
---|
FaceletViewHandlingStrategy.MethodMetadataIterator(javax.faces.context.FacesContext context,
java.beans.PropertyDescriptor[] descriptors) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata> |
iterator() |
FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata |
next() |
void |
remove() |
private boolean |
shouldSkip(java.beans.PropertyDescriptor pd) |
private final java.beans.PropertyDescriptor[] descriptors
private javax.faces.context.FacesContext context
private int curIndex
FaceletViewHandlingStrategy.MethodMetadataIterator(javax.faces.context.FacesContext context, java.beans.PropertyDescriptor[] descriptors)
public java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata> iterator()
iterator
in interface java.lang.Iterable<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>
public boolean hasNext()
hasNext
in interface java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>
public FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata next()
next
in interface java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>
public void remove()
remove
in interface java.util.Iterator<FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata>
private boolean shouldSkip(java.beans.PropertyDescriptor pd)
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.