Module org.apache.wicket.core
Interface IResourceNameIterator
- All Known Implementing Classes:
EmptyResourceNameIterator
,ResourceNameIterator
Contains the logic to locate a resource based on a path, style (see
Session
), variation, locale and extension strings.- Author:
- Juergen Donnerstag
-
Method Summary
Modifier and TypeMethodDescriptionGet the exact filename extension used for the latest resource path.Get the exact Locale which has been used for the latest resource path.getStyle()
Get the exact Style which has been used for the latest resource path.Get the exact Variation which has been used for the latest resource path.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getLocale
Get the exact Locale which has been used for the latest resource path.- Returns:
- current Locale
-
getStyle
Get the exact Style which has been used for the latest resource path.- Returns:
- current Style
-
getVariation
Get the exact Variation which has been used for the latest resource path.- Returns:
- current Variation
-
getExtension
Get the exact filename extension used for the latest resource path.- Returns:
- current filename extension
-