Class WebjetRequestMappingHandlerAdapter

java.lang.Object
sk.iway.iwcm.system.spring.webjet_component.WebjetRequestMappingHandlerAdapter

@Component public class WebjetRequestMappingHandlerAdapter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebjetRequestMappingHandlerAdapter(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.method.HandlerMethod handlerMethod)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebjetRequestMappingHandlerAdapter

      @Autowired public WebjetRequestMappingHandlerAdapter(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter)
  • Method Details

    • handle

      public org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.method.HandlerMethod handlerMethod) throws Exception
      Throws:
      Exception