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 Summary
Constructors Constructor Description MidPointResourceStreamLocator(List<org.apache.wicket.util.file.IResourceFinder> finders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.util.resource.IResourceStream
locate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict)
org.apache.wicket.core.util.resource.locator.IResourceNameIterator
newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
-
-
-
Constructor Detail
-
MidPointResourceStreamLocator
public MidPointResourceStreamLocator(List<org.apache.wicket.util.file.IResourceFinder> finders)
-
-
Method Detail
-
locate
public org.apache.wicket.util.resource.IResourceStream locate(Class<?> clazz, String path, String style, String variation, Locale locale, String extension, boolean strict)
- Specified by:
locate
in interfaceorg.apache.wicket.core.util.resource.locator.IResourceStreamLocator
- Overrides:
locate
in classorg.apache.wicket.core.util.resource.locator.ResourceStreamLocator
-
newResourceNameIterator
public org.apache.wicket.core.util.resource.locator.IResourceNameIterator newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
- Specified by:
newResourceNameIterator
in interfaceorg.apache.wicket.core.util.resource.locator.IResourceStreamLocator
- Overrides:
newResourceNameIterator
in classorg.apache.wicket.core.util.resource.locator.ResourceStreamLocator
-
-