⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jsp-variables.xtp

📁 RESIN 3.2 最新源码
💻 XTP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -