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
ConstructorDescriptionMidPointResourceStreamLocator
(List<org.apache.wicket.util.file.IResourceFinder> finders) -
Method Summary
Modifier and TypeMethodDescriptionorg.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) Methods inherited from class org.apache.wicket.core.util.resource.locator.ResourceStreamLocator
locate, newResourceNameIterator
-
Constructor Details
-
MidPointResourceStreamLocator
-
-
Method Details
-
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
-