Support classes for Spring's web MVC framework. Provides easy evaluation of the request context in views, and miscellaneous HandlerInterceptor implementations.
/** * Support classes for Spring's web MVC framework. * Provides easy evaluation of the request context in views, * and miscellaneous HandlerInterceptor implementations. */
@NonNullApi @NonNullFields package org.springframework.web.servlet.support; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;