Class VFileReturnValueHandler
- java.lang.Object
-
- io.vertigo.ui.impl.springmvc.argumentresolvers.VFileReturnValueHandler
-
- All Implemented Interfaces:
org.springframework.web.method.support.HandlerMethodReturnValueHandler
public class VFileReturnValueHandler extends Object implements org.springframework.web.method.support.HandlerMethodReturnValueHandler
-
-
Constructor Summary
Constructors Constructor Description VFileReturnValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleReturnValue(Object returnValue, org.springframework.core.MethodParameter returnType, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest)
boolean
supportsReturnType(org.springframework.core.MethodParameter returnType)
-
-
-
Method Detail
-
supportsReturnType
public boolean supportsReturnType(org.springframework.core.MethodParameter returnType)
- Specified by:
supportsReturnType
in interfaceorg.springframework.web.method.support.HandlerMethodReturnValueHandler
-
handleReturnValue
public void handleReturnValue(@NonNull Object returnValue, org.springframework.core.MethodParameter returnType, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest) throws Exception
- Specified by:
handleReturnValue
in interfaceorg.springframework.web.method.support.HandlerMethodReturnValueHandler
- Throws:
Exception
-
-