Uses of Class
org.springframework.web.servlet.support.WebContentGenerator
Packages that use WebContentGenerator
Package
Description
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
Servlet-based infrastructure for handler method processing,
building on the
org.springframework.web.method package.MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.Support classes for serving static resources.
-
Uses of WebContentGenerator in org.springframework.web.servlet.mvc
Subclasses of WebContentGenerator in org.springframework.web.servlet.mvcModifier and TypeClassDescriptionclassConvenient superclass for controller implementations, using the Template Method design pattern.classAbstract base class forControllersthat return a view name based on the request URL.classTrivial controller that always returns a pre-configured view and optionally sets the response status code.classSpring Controller implementation that forwards to a named servlet, i.e.classSpring Controller implementation that wraps a servlet instance which it manages internally.classSimpleControllerimplementation that transforms the virtual path of a URL into a view name and returns that view.classHandler interceptor that checks the request for supported methods and a required session and prepares the response by applying the configured cache settings. -
Uses of WebContentGenerator in org.springframework.web.servlet.mvc.method
Subclasses of WebContentGenerator in org.springframework.web.servlet.mvc.methodModifier and TypeClassDescriptionclassAbstract base class forHandlerAdapterimplementations that support handlers of typeHandlerMethod. -
Uses of WebContentGenerator in org.springframework.web.servlet.mvc.method.annotation
Subclasses of WebContentGenerator in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclass -
Uses of WebContentGenerator in org.springframework.web.servlet.resource
Subclasses of WebContentGenerator in org.springframework.web.servlet.resourceModifier and TypeClassDescriptionclassHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.