类的使用
cool.scx.mvc.ScxMvc
使用ScxMvc的程序包
-
cool.scx.mvc中ScxMvc的使用
返回ScxMvc的cool.scx.mvc中的方法修饰符和类型方法说明ScxMvc.addExceptionHandler(int index, ScxHttpRouterExceptionHandler handler) ScxMvc.addExceptionHandler(ScxHttpRouterExceptionHandler scxHttpRouterExceptionHandler) ScxMvc.addParameterHandler(int index, ScxMvcParameterHandler handler) ScxMvc.addParameterHandler(ScxMvcParameterHandler handler) ScxMvc.addReturnValueHandler(int index, ScxMvcReturnValueHandler returnValueHandler) ScxMvc.addReturnValueHandler(ScxMvcReturnValueHandler returnValueHandler) ScxMvc.bindErrorHandler(io.vertx.ext.web.Router vertxRouter) ScxMvc.registerHttpRoutes(io.vertx.ext.web.Router router, org.springframework.beans.factory.BeanFactory beanFactory, List<Class<?>> classList) ScxMvc.registerWebSocketRoutes(WebSocketRouter router, org.springframework.beans.factory.BeanFactory beanFactory, List<Class<?>> classList) ScxMvc.setInterceptor(ScxMvcInterceptor newInterceptor)