Package org.apache.myfaces.application
Class ViewResourceIterator
- java.lang.Object
- 
- org.apache.myfaces.application.ViewResourceIterator
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewResourceIterator(FacesContext facesContext, ResourceHandlerSupport support, String localePrefix, List<String> contracts, String contractPreferred, String path, int maxDepth, ResourceVisitOption... options)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Stringnext()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining, remove
 
- 
 
- 
- 
- 
Constructor Detail- 
ViewResourceIteratorpublic ViewResourceIterator(FacesContext facesContext, ResourceHandlerSupport support, String localePrefix, List<String> contracts, String contractPreferred, String path, int maxDepth, ResourceVisitOption... options) 
 
- 
 
-