MCPcopy Create free account
hub / github.com/EhsanTang/ApiManager / getRequest

Method getRequest

api/src/main/java/cn/crap/utils/Tools.java:461–463  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459 return response;
460 }
461 public static HttpServletRequest getRequest(){
462 return ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest();
463 }
464 public static ServletContext getServletContext(){
465 WebApplicationContext webApplicationContext = ContextLoader.getCurrentWebApplicationContext();
466 return webApplicationContext.getServletContext();

Callers 2

getUserMethod · 0.95
getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected