Skip navigation links
Spring Framework

@NonNullApi @NonNullFields

Package org.springframework.web.servlet.view

Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.

See: Description

Package org.springframework.web.servlet.view Description

Provides standard View and ViewResolver implementations, including abstract base classes for custom implementations.

Application developers don't usually need to implement views, as the framework provides standard views for JSPs, FreeMarker, XSLT, etc. However, the ability to implement custom views easily by subclassing the AbstractView class in this package can be very helpful if an application has unusual view requirements.

Skip navigation links
Spring Framework