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

tools.dynamia.web.navigation.NavigationIndexInterceptor Maven / Gradle / Ivy

There is a newer version: 5.3.1
Show newest version
package tools.dynamia.web.navigation;

import jakarta.servlet.http.HttpServletRequest;
import org.springframework.web.servlet.ModelAndView;

/**
 * Executed after index path / is called in an MVC webapp
 */
@FunctionalInterface
public interface NavigationIndexInterceptor {

    void afterIndex(ModelAndView mv, HttpServletRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy