软件包 javax.servlet.jsp
的使用

使用 javax.servlet.jsp 的软件包
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.runtime   
 

javax.servlet.jsp 使用的 javax.servlet.jsp 中的类
ErrorData
          Contains information about an error, for error pages.
JspApplicationContext
          Stores application-scoped information relevant to JSP containers.
JspContext
           JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspEngineInfo
          The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspException
          A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspFactory
           The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspPage
          The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspWriter
           The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
PageContext
           PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
 

javax.servlet.jsp.tagext 使用的 javax.servlet.jsp 中的类
JspContext
           JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspException
          A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspWriter
           The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
PageContext
           PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
 

org.apache.jasper.runtime 使用的 javax.servlet.jsp 中的类
HttpJspPage
          The HttpJspPage interface describes the interaction that a JSP Page Implementation Class must satisfy when using the HTTP protocol.
JspApplicationContext
          Stores application-scoped information relevant to JSP containers.
JspContext
           JspContext serves as the base class for the PageContext class and abstracts all information that is not specific to servlets.
JspEngineInfo
          The JspEngineInfo is an abstract class that provides information on the current JSP engine.
JspException
          A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspFactory
           The JspFactory is an abstract class that defines a number of factory methods available to a JSP page at runtime for the purposes of creating instances of various interfaces and classes used to support the JSP implementation.
JspPage
          The JspPage interface describes the generic interaction that a JSP Page Implementation class must satisfy; pages that use the HTTP protocol are described by the HttpJspPage interface.
JspWriter
           The actions and template data in a JSP page is written using the JspWriter object that is referenced by the implicit variable out which is initialized automatically using methods in the PageContext object.
PageContext
           PageContext extends JspContext to provide useful context information for when JSP technology is used in a Servlet environment.
 



Copyright © 2013. All Rights Reserved.