Package | Description |
---|---|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.mvc.multiaction |
Package allowing MVC Controller implementations to handle requests
at method rather than class level.
|
org.springframework.web.servlet.mvc.support |
Support package for MVC controllers.
|
Class and Description |
---|
MethodNameResolver
Interface that parameterizes the MultiActionController class
using the Strategy GoF Design pattern, allowing
the mapping from incoming request to handler method name
to be varied without affecting other application code.
|
Class and Description |
---|
NoSuchRequestHandlingMethodException
Exception thrown when there is no handler method ("action" method)
for a specific HTTP request.
|
Class and Description |
---|
AbstractUrlMethodNameResolver
Abstract base class for URL-based
MethodNameResolver implementations. |
MethodNameResolver
Interface that parameterizes the MultiActionController class
using the Strategy GoF Design pattern, allowing
the mapping from incoming request to handler method name
to be varied without affecting other application code.
|
NoSuchRequestHandlingMethodException
Exception thrown when there is no handler method ("action" method)
for a specific HTTP request.
|
Class and Description |
---|
NoSuchRequestHandlingMethodException
Exception thrown when there is no handler method ("action" method)
for a specific HTTP request.
|
Copyright © 2015. All rights reserved.