All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ayongw.thymeleaf.dynamicurl.service.DynamicResourceLocationService Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package com.github.ayongw.thymeleaf.dynamicurl.service;

/**
 * 资源动态地址替换服务类
 *
 * @author jiangguangtao 2018/4/5
 */
public interface DynamicResourceLocationService {

    /**
     * 根据本地地址url查询匹配的远程url地址
     * 

* 如果有多个随机返回一个。 * * @param localUrl 本地url地址 * @return 远程url地址 */ String findRemoteUrl(String localUrl); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy