英语翻译

这是一篇关于计算机的英文继续翻译
contentType
Specifies the content type of the generated page. For example:
<%@ page contentType="text/plain" %> The default content type is text/html; charset=8859_1.

import
Specifies a list of classes and packages the generated servlet should import. Multiple classes can be given in a comma-separated list. For example:
<%@ page import="java.io.*,java.util.Hashtable" %> The implicit include list is java.lang.*,javax.servlet.*,javax.servlet.http.*,javax.servlet.jsp.*.

buffer
Specifies the minimum required size of the response buffer in kilobytes, similar to the servlet method setBufferSize( ). The value should be written as ##kb. A special value of none indicates that content should be passed directly to the underlying PrintWriter in the ServletResponse (which may or may not pass the content directly to the client). For example:
<%@ page buffer="12kb" %> The default is 8kb.

autoFlush
Specifies if the buffer should be flushed when it's filled or if instead an IOException should be thrown. A true indicates to flush, a false indicates to throw. For example:
<%@ page autoFlush="true" %> The default is true.

session
Indicates the page wants to have access to the user's session. A true puts the session variable in scope and may set a client cookie to manage the session. A false disables access to the session variable. For example:
<%@ page session="false" %> The default is true.

errorPage
Specifies a page to display if a Throwable is thrown from within the JSP page and is not caught before reaching the server. This proves useful because it's difficult to do try/catch blocks when writing JSP pages. For example:
<%@ page errorPage="/error.jsp" %> The default behavior is implementation dependent. The path is context relative, so you don't need to worry about prepending the current context path. The target may be a JSP but doesn't have to be. If the target is a servlet, the servlet may retrieve the Throwable as the request attribute javax.servlet.jsp.jspException.

isErrorPage
Indicates the page is intended to be used as the target of an errorPage. If the value is true the page can access an implicit variable named exception to retrieve the Throwable.
language
Specifies the scripting language used in the code sections of the page. The language used must interact with Java well enough to expose the necessary Java objects to the script environment. For example:
<%@ page language="javascript" %> The default is java, the only language blessed by the specification.
如果那位哥们翻译的好
我再继续追加积分

这是一篇关于计算机的英文继续翻译
的ContentType
指定的内容类型所产生的页面。例如:
“ % @网页的ContentType = ”文/平原“ % ”的默认内容类型是文本/ HTML全文;字符= 8859_1 。

进口
指定名单中的类和包生成的servlet应该进口。多种类别可考虑在以逗号分隔的列表。例如:
“ % @网页进口= ” java.io. * , java.util.Hashtable “ % ”隐含的包括清单是java.lang .* , javax.servlet .* , javax.servlet.http .* , javax.servlet 。 JSP的.*.

缓冲区
指定所需的最低限度的反应大小以千字节的缓冲区,类似的servlet方法setBufferSize ( ) 。该值应写为# # kb的。一个特殊的价值没有显示内容应通过直接向潜在的PrintWriter在ServletResponse (这可能会或可能不会通过的内容,直接向客户端) 。例如:
“ % @页面缓冲区= ” 12kb “ % ”的预设是8kb 。

autoFlush
如果指定的缓冲区应通红时,填写或如果不是一个IOException应该扔。一个真正的显示刷新,虚假表示扔。例如:
“ % @页autoFlush = ”真正的“ % ”的预设值是true 。

会议
表明该网页希望能够获得用户的会话。真正使会话变量的范围和可设定客户端的cookie管理会议。虚假禁用访问会话变量。例如:
“ % @网页会议= ”假“ % ”的预设值是true 。

errorPage
指定的网页显示,如果是抛出Throwable的JSP页面,而不是陷入才到达服务器。这证明有用的,因为这是很难做到尝试/ catch块写作时JSP页面。例如:
“ % @页errorPage = ” / error.jsp “ % ”的默认行为是执行依赖。路径方面相对的,因此您不必担心prepending目前的情况下的道路。目标可能是一个JSP技术,但并没有得到。如果这个目标是一个servlet ,该servlet的可检索的要求Throwable属性javax.servlet.jsp.jspException 。

isErrorPage
显示网页的目的是作为目标的一个errorPage 。如果该值为true的页面可以访问一个隐含变量命名例外检索Throwable 。
语言
指定脚本语言中使用的代码部分的网页。所使用的语言必须与Java的不够好,揭露了必要的Java对象的脚本环境。例如:
“ % @网页语言= ” JavaScript的“ % ”的预设是爪哇岛,得天独厚的唯一语言的规范
温馨提示:答案为网友推荐,仅供参考
第1个回答  2009-02-17
咕~~(╯﹏╰)b
第2个回答  2009-02-17
哪怕是500分都没有动力啊!
第3个回答  2009-02-17
的ContentType
指定的内容类型所产生的页面。例如:
“ % @网页的ContentType = ”文/平原“ % ”的默认内容类型是文本/ HTML全文;字符= 8859_1 。

进口
指定名单中的类和包生成的servlet应该进口。多种类别可考虑在以逗号分隔的列表。例如:
“ % @网页进口= ” java.io. * , java.util.Hashtable “ % ”隐含的包括清单是java.lang .* , javax.servlet .* , javax.servlet.http .* , javax.servlet 。 JSP的.*.

缓冲区
指定所需的最低限度的反应大小以千字节的缓冲区,类似的servlet方法setBufferSize ( ) 。该值应写为# # kb的。一个特殊的价值没有显示内容应通过直接向潜在的PrintWriter在ServletResponse (这可能会或可能不会通过的内容,直接向客户端) 。例如:
“ % @页面缓冲区= ” 12kb “ % ”的预设是8kb 。

autoFlush
如果指定的缓冲区应通红时,填写或如果不是一个IOException应该扔。一个真正的显示刷新,虚假表示扔。例如:
“ % @页autoFlush = ”真正的“ % ”的预设值是true 。

会议
表明该网页希望能够获得用户的会话。真正使会话变量的范围和可设定客户端的cookie管理会议。虚假禁用访问会话变量。例如:
“ % @网页会议= ”假“ % ”的预设值是true 。

errorPage
指定的网页显示,如果是抛出Throwable的JSP页面,而不是陷入才到达服务器。这证明有用的,因为这是很难做到尝试/ catch块写作时JSP页面。例如:
“ % @页errorPage = ” / error.jsp “ % ”的默认行为是执行依赖。路径方面相对的,因此您不必担心prepending目前的情况下的道路。目标可能是一个JSP技术,但并没有得到。如果这个目标是一个servlet ,该servlet的可检索的要求Throwable属性javax.servlet.jsp.jspException 。

isErrorPage
显示网页的目的是作为目标的一个errorPage 。如果该值为true的页面可以访问一个隐含变量命名例外检索Throwable 。
语言
“ % @网页语言= ” JavaScript的“ % ”的预设是爪哇岛,得天独厚的唯一语言的规范。
第4个回答  2009-02-17
的ContentType

指定的内容类型所产生的页面。例如:

“ % @网页的ContentType = ”文/平原“ % ”的默认内容类型是文本/ HTML全文;字符= 8859_1 。

进口

指定名单中的类和包生成的servlet应该进口。多种类别可考虑在以逗号分隔的列表。例如:

“ % @网页进口= ” java.io. * , java.util.Hashtable “ % ”隐含的包括清单是java.lang .* , javax.servlet .* , javax.servlet.http .* , javax.servlet 。 JSP的.*.

缓冲区

指定所需的最低限度的反应大小以千字节的缓冲区,类似的servlet方法setBufferSize ( ) 。该值应写为# # kb的。一个特殊的价值没有显示内容应通过直接向潜在的PrintWriter在ServletResponse (这可能会或可能不会通过的内容,直接向客户端) 。例如:

“ % @页面缓冲区= ” 12kb “ % ”的预设是8kb 。

autoFlush

如果指定的缓冲区应通红时,填写或如果不是一个IOException应该扔。一个真正的显示刷新,虚假表示扔。例如:

“ % @页autoFlush = ”真正的“ % ”的预设值是true 。

会议

表明该网页希望能够获得用户的会话。真正使会话变量的范围和可设定客户端的cookie管理会议。虚假禁用访问会话变量。例如:

“ % @网页会议= ”假“ % ”的预设值是true 。

errorPage

指定的网页显示,如果是抛出Throwable的JSP页面,而不是陷入才到达服务器。这证明有用的,因为这是很难做到尝试/ catch块写作时JSP页面。例如:

“ % @页errorPage = ” / error.jsp “ % ”的默认行为是执行依赖。路径方面相对的,因此您不必担心prepending目前的情况下的道路。目标可能是一个JSP技术,但并没有得到。如果这个目标是一个servlet ,该servlet的可检索的要求Throwable属性javax.servlet.jsp.jspException 。
isErrorPage
相似回答