|
|||||||||||
前 次 | フレームあり フレームなし |
javax.servlet.jsp を使用しているパッケージ | |
javax.servlet.jsp | |
javax.servlet.jsp.tagext |
javax.servlet.jsp により使用される javax.servlet.jsp のクラス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
|
A PageContext instance provides access to all the namespaces associated with a JSP page, provides access to several page attributes, as well as a layer above the implementation details. |
javax.servlet.jsp.tagext により使用される javax.servlet.jsp のクラス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
|
A PageContext instance provides access to all the namespaces associated with a JSP page, provides access to several page attributes, as well as a layer above the implementation details. |
|
|||||||||||
前 次 | フレームあり フレームなし |