public class SearchHandler extends Object implements org.springframework.web.method.support.HandlerMethodArgumentResolver
| Constructor and Description |
|---|
SearchHandler(javax.persistence.EntityManager entityManager,
javax.inject.Provider<QueryVariables> variables) |
SearchHandler(SearchCriteriaHandler searchCriteriaHandler,
SearchEngine searchEngine,
javax.inject.Provider<QueryVariables> variables) |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveArgument(org.springframework.core.MethodParameter methodParameter,
org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer,
org.springframework.web.context.request.NativeWebRequest nativeWebRequest,
org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory) |
boolean |
supportsParameter(org.springframework.core.MethodParameter methodParameter) |
public SearchHandler(SearchCriteriaHandler searchCriteriaHandler, SearchEngine searchEngine, javax.inject.Provider<QueryVariables> variables)
public SearchHandler(javax.persistence.EntityManager entityManager,
javax.inject.Provider<QueryVariables> variables)
public boolean supportsParameter(org.springframework.core.MethodParameter methodParameter)
supportsParameter in interface org.springframework.web.method.support.HandlerMethodArgumentResolverpublic Object resolveArgument(org.springframework.core.MethodParameter methodParameter, org.springframework.web.method.support.ModelAndViewContainer modelAndViewContainer, org.springframework.web.context.request.NativeWebRequest nativeWebRequest, org.springframework.web.bind.support.WebDataBinderFactory webDataBinderFactory) throws Exception
resolveArgument in interface org.springframework.web.method.support.HandlerMethodArgumentResolverExceptionCopyright © 2024. All rights reserved.