Package org.apache.myfaces.application
Class ViewResourceIterator
java.lang.Object
org.apache.myfaces.application.ViewResourceIterator
- Author:
- lu4242
-
Constructor Summary
ConstructorsConstructorDescriptionViewResourceIterator
(FacesContext facesContext, ResourceHandlerSupport support, String localePrefix, List<String> contracts, String contractPreferred, String path, int maxDepth, ResourceVisitOption... options) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
ViewResourceIterator
public ViewResourceIterator(FacesContext facesContext, ResourceHandlerSupport support, String localePrefix, List<String> contracts, String contractPreferred, String path, int maxDepth, ResourceVisitOption... options)
-
-
Method Details