jsp-variables.xtp

来自「解压在c盘」· XTP 代码 · 共 43 行

XTP
43
字号
<s1 title="JSP Variables"><objsummary/><s2 name='jsp' title='JSP Variables'><defun name=request title='request' index='request'><p>Contains the request object.</p></defun><defun name=response title='response' index='response'><p>Contains the response object.</p></defun><defun name=pageContext title='pageContext' index='page, variable'><p>State for the current page.</p></defun><defun name=session title='session' index='session, variable'><p>The current session.  <code/session/> is available onlywhen the <a href='jsp-directives.xtp#session'>session</a> directiveis true.</p></defun><defun name=application title='application' index='application, variable'><p>The current application.</p></defun><defun name=out title='out' index='out, variable; JspWriter'><p>The buffered stream to the HTTP response.</p></defun><defun name=page title='page' index='page, variable'><p>The current servlet.</p></defun><defun name=exception title='exception' index='exception, variable'><p>For error pages, the exception thrown from the broken page.</p></defun></s2></s1>

⌨️ 快捷键说明

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