![JAR search and dependency download from the Maven repository](/logo.png)
tools.dynamia.web.navigation.NavigationIndexInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.dynamia.web Show documentation
Show all versions of tools.dynamia.web Show documentation
A set of common classes and interfaces for web application development
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