DirectJNgine類中獲取application,session,Request,Response對象
WebContext context = WebContextManager.get();HttpSession session = context.getSession();
ServletContext application = context.getServletContext();
context.getRequest();
context.getResponse();
context.getResponse();