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

com.github.datalking.web.servlet.RequestToViewNameTranslator Maven / Gradle / Ivy

package com.github.datalking.web.servlet;

import javax.servlet.http.HttpServletRequest;

/**
 * @author yaoo on 4/25/18
 */
public interface RequestToViewNameTranslator {

    // 将HttpServletRequest翻译成view名
    String getViewName(HttpServletRequest request);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy