public class InboundIntegrationObjectInterceptor
extends java.lang.Object
| Constructor and Description |
|---|
InboundIntegrationObjectInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o,
java.lang.Exception e) |
protected java.lang.String |
extractCode(java.lang.String pathInfo) |
protected IntegrationObjectService |
getIntegrationObjectService() |
void |
postHandle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o,
ModelAndView modelAndView) |
boolean |
preHandle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o) |
void |
setIntegrationObjectService(IntegrationObjectService flexibleSearch) |
public boolean preHandle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o)
throws java.lang.Exception
java.lang.Exceptionpublic void postHandle(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o,
ModelAndView modelAndView)
throws java.lang.Exception
java.lang.Exceptionpublic void afterCompletion(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse,
java.lang.Object o,
java.lang.Exception e)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String extractCode(java.lang.String pathInfo)
protected IntegrationObjectService getIntegrationObjectService()
public void setIntegrationObjectService(IntegrationObjectService flexibleSearch)
Copyright © 2018 SAP SE. All Rights Reserved.