public class TinyHandlerAdapterComposite
extends org.springframework.context.support.ApplicationObjectSupport
implements org.springframework.web.servlet.HandlerAdapter, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
TinyHandlerAdapterComposite() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
protected org.springframework.web.servlet.HandlerAdapter |
getHandlerAdapter(Object handler) |
long |
getLastModified(javax.servlet.http.HttpServletRequest request,
Object handler) |
org.springframework.web.servlet.ModelAndView |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object handler) |
void |
setAssemblyService(AssemblyService<org.springframework.web.servlet.HandlerAdapter> assemblyService) |
void |
setHandlerMappingComposite(List<org.springframework.web.servlet.HandlerAdapter> handlerAdapterComposite) |
boolean |
supports(Object handler) |
public void setAssemblyService(AssemblyService<org.springframework.web.servlet.HandlerAdapter> assemblyService)
public void setHandlerMappingComposite(List<org.springframework.web.servlet.HandlerAdapter> handlerAdapterComposite)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public boolean supports(Object handler)
supports
in interface org.springframework.web.servlet.HandlerAdapter
public org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object handler) throws Exception
handle
in interface org.springframework.web.servlet.HandlerAdapter
Exception
public long getLastModified(javax.servlet.http.HttpServletRequest request, Object handler)
getLastModified
in interface org.springframework.web.servlet.HandlerAdapter
protected org.springframework.web.servlet.HandlerAdapter getHandlerAdapter(Object handler)
Copyright © 2006–2018 TinyGroup. All rights reserved.