码迷,mamicode.com
首页 > Windows程序 > 详细

servlet入门学习之API

时间:2016-06-23 20:38:39      阅读:333      评论:0      收藏:0      [点我收藏+]

标签:

java servlet API学习网址:

http://tomcat.apache.org/tomcat-7.0-doc/servletapi/

http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/package-tree.html

 

一、API 概述

  技术分享

二、Tree

Hierarchy For All Packages

  Package Hierarchies:

Class Hierarchy

Interface Hierarchy

Annotation Type Hierarchy

    • javax.servlet.annotation.WebServlet (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.WebListener (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.WebInitParam (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.WebFilter (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.ServletSecurity (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.MultipartConfig (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.HttpMethodConstraint (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.HttpConstraint (implements java.lang.annotation.Annotation)
    • javax.servlet.annotation.HandlesTypes (implements java.lang.annotation.Annotation)

Enum Hierarchy

 

  

servlet入门学习之API

标签:

原文地址:http://www.cnblogs.com/haimishasha/p/5611683.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!