クラス RequestAttributeMethodArgumentResolver

java.lang.ObjectSE
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
org.springframework.web.servlet.mvc.method.annotation.RequestAttributeMethodArgumentResolver
実装されたすべてのインターフェース:
HandlerMethodArgumentResolver

public class RequestAttributeMethodArgumentResolver extends AbstractNamedValueMethodArgumentResolver
@RequestAttribute のアノテーションが付けられたメソッド引数を解決します。
導入:
4.3
作成者:
Rossen Stoyanchev