jsp-variables.xtp

来自「RESIN 3.2 最新源码」· XTP 代码 · 共 56 行

XTP
56
字号
<document>  <header>    <product>resin</product>    <title>Variables</title>    <description>      <p>      JSP makes implicit variables available to the script.  These      variables are used to gain information about the request, and to      help form a response.  They also expose some useful      functionality.      </p>    </description>  </header>  <body>  <localtoc/>  <s1 title="JSP Variables"><s2 name="request" title="request" index="request" type="defun"><p>Contains the request object.</p></s2><s2 name="response" title="response" index="response" type="defun"><p>Contains the response object.</p></s2><s2 name="pageContext" title="pageContext" index="page, variable" type="defun"><p>State for the current page.</p></s2><s2 name="session" title="session" index="session, variable" type="defun"><p>The current session.  <code>session</code> is available onlywhen the <a href="jsp-directives.xtp#session">session</a> directiveis true.</p></s2><s2 name="application" title="application" index="application, variable" type="defun"><p>The current application.</p></s2><s2 name="out" title="out" index="out, variable; JspWriter" type="defun"><p>The buffered stream to the HTTP response.</p></s2><s2 name="page" title="page" index="page, variable" type="defun"><p>The current servlet.</p></s2><s2 name="exception" title="exception" index="exception, variable" type="defun"><p>For error pages, the exception thrown from the broken page.</p></s2></s1>    </body></document>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?