Package com.evolveum.midpoint.web.util
Class MidPointResourceStreamLocator
java.lang.Object
org.apache.wicket.core.util.resource.locator.ResourceStreamLocator
com.evolveum.midpoint.web.util.MidPointResourceStreamLocator
- All Implemented Interfaces:
- org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
public class MidPointResourceStreamLocator
extends org.apache.wicket.core.util.resource.locator.ResourceStreamLocator
Created by Viliam Repan (lazyman).
- 
Constructor SummaryConstructorsConstructorDescriptionMidPointResourceStreamLocator(List<org.apache.wicket.util.file.IResourceFinder> finders) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.util.resource.IResourceStreamlocate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict) org.apache.wicket.core.util.resource.locator.IResourceNameIteratornewResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict) Methods inherited from class org.apache.wicket.core.util.resource.locator.ResourceStreamLocatorlocate, newResourceNameIterator
- 
Constructor Details- 
MidPointResourceStreamLocator
 
- 
- 
Method Details- 
locatepublic org.apache.wicket.util.resource.IResourceStream locate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict) - Specified by:
- locatein interface- org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
- Overrides:
- locatein class- org.apache.wicket.core.util.resource.locator.ResourceStreamLocator
 
- 
newResourceNameIteratorpublic org.apache.wicket.core.util.resource.locator.IResourceNameIterator newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict) - Specified by:
- newResourceNameIteratorin interface- org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
- Overrides:
- newResourceNameIteratorin class- org.apache.wicket.core.util.resource.locator.ResourceStreamLocator
 
 
-