摘要: 一、如何让一个普通类成为Controller? 方案一:实现接口Controller 解析:handleRequest(request,response) 方案二:继承AbstractController 解析:handleRequestInternal(request,response) 若处理器 阅读全文
posted @ 2016-12-25 16:53 Fighting` 阅读(608) 评论(0) 推荐(1) 编辑