Class 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 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 interface org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
        Overrides:
        locate in class org.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 interface org.apache.wicket.core.util.resource.locator.IResourceStreamLocator
        Overrides:
        newResourceNameIterator in class org.apache.wicket.core.util.resource.locator.ResourceStreamLocator