@Controller @ConditionalOnWebApplication public class LuaDispactchController extends Object
| 构造器和说明 |
|---|
LuaDispactchController() |
@RequestMapping(value="/**/*.lua/{func}",
method={GET,POST,PUT,DELETE,HEAD,OPTIONS,PATCH,TRACE})
@ResponseBody
public Object luaDispatch(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
@PathVariable
String func)
throws Exception
ExceptionCopyright © 2020. All rights reserved.