public final class

MvcViewControllers

extends AbstractFeatureSpecification
java.lang.Object
   ↳ org.springframework.context.config.AbstractFeatureSpecification
     ↳ org.springframework.web.servlet.config.MvcViewControllers

Class Overview

Specifies the Spring MVC "View Controllers" container feature. The feature allows specifying one or more path to view name mappings. It sets up the following fine-grained configuration:

Summary

[Expand]
Inherited Fields
From class org.springframework.context.config.AbstractFeatureSpecification
Public Constructors
MvcViewControllers(String path)
MvcViewControllers(String path, String viewName)
Public Methods
MvcViewControllers viewController(String path)
MvcViewControllers viewController(String path, String viewName)
Protected Methods
void doValidate(ProblemCollector problems)
[Expand]
Inherited Methods
From class org.springframework.context.config.AbstractFeatureSpecification
From class java.lang.Object
From interface org.springframework.context.config.FeatureSpecification
From interface org.springframework.context.config.SourceAwareSpecification

Public Constructors

public MvcViewControllers (String path)

public MvcViewControllers (String path, String viewName)

Public Methods

public MvcViewControllers viewController (String path)

public MvcViewControllers viewController (String path, String viewName)

Protected Methods

protected void doValidate (ProblemCollector problems)