Class AbstracturlViewController

All Implemented Interfaces:
Aware, ApplicationContextAware, ServletContextAware, Controller
Direct Known Subclasses:
urlFilenameViewController

public abstract class AbstracturlViewController extends AbstractController
Abstract base class for Controllers that return a view name based on the request url.

Provides infrastructure for determining view names from urls and configurable url lookup. For information on the latter, see alwaysUseFullPath and urlDecode properties.

Since:
1.2.6
Author:
Juergen Hoeller
See Also: