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

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

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

/**
 * 资源转换服务类
 *
 * @author jiangguangtao
 */
public interface ResourceTranslatorService {
    /**
     * 转换资源地址到最终需要的地址
     *
     * @param contextPath servlet基地址
     * @param requestUrl  原始资源请求地址
     * @return 实际需要使用的地址
     */
    String translatePath(String contextPath, String requestUrl);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy