
servlet标准解读
小姜dot
执着的小愤青
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
File Templates for web.xml & web-fragment.xml (Servlet 2.3, 2.4, 2.5 + 3.0)
我们在配置web.xml的时候需要根据当前使用的servlet版本配置header,不同版本的设置不同,下面就列举servlet 2.3, 2.4. 2.5和3.0的设置.web.xml v2.3<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD W翻译 2017-07-29 20:24:40 · 446 阅读 · 0 评论 -
【Servlet标准解读】ServletContextListener
今天在看ServletContextListener Javadoc文件的时候,下面是java定义public interface ServletContextListener extends EventListener { /** * Receives notification that the web application initialization * proce原创 2017-07-08 11:39:38 · 567 阅读 · 0 评论 -
【Servlet标准解读】@MultipartConfig
我们先看一下api文档怎么描述@MultipartConfig的:/** * Annotation that may be specified on a {@link javax.servlet.Servlet} * class, indicating that instances of the <tt>Servlet</tt> expect requests * that conform t原创 2017-07-08 12:51:54 · 6362 阅读 · 0 评论