网站首页  词典首页

请输入您要查询的英文单词:

 

单词 JSP container
释义

JSP container

  • 网络容器;容器程式
1.
容器
(Sun Java Enterprise System 字汇表) ... action 动作) JSP container 容器) JSP custom action 自订动作) ...
download.oracle.com
2.
容器程式
...cromedia 的JRun 3.0 为 JSP 容器程式 (JSP Container),JSP 容器程式将 JSP 编译成Java Servlet,Servlet 再编译成实体 (in…
www.docin.com

例句

释义:
1.
If the value of the url attribute starts with a forward slash, however, it is interpreted as an absolute URL within the local JSP container.
但是,如果url属性的值以斜杠开始,那么它就被解释成本地JSP容器内的绝对URL。
www.ibm.com
2.
The configurability of the JSP translation framework enables the JSP container to be modified more quickly in response to new requirements.
JSP转换构架的可配置性使得JSP容器在响应新的请求时可以更快地被修改。
www.ibm.com
3.
The JSP container will implicitly declare one for you and make it available through the out variable.
JSP容器将会为您隐式地声明一个,并通过out变量提供给您。
www.ibm.com
4.
The JSP container then compiles the JSP into a servlet and executes it, to create HTML.
然后JSP容器将JSP编译成servlet并执行它,从而创建HTML。
www.ibm.com
5.
Action, allows data to be stored and retrieved from four different scopes within the JSP container.
操作允许从JSP容器内的四个不同作用域中存储和检索数据。
www-128.ibm.com
6.
When the JSP container has determined that the JSP page's syntax is valid, it enters the next phase of processing: code generation.
当JSP容器确定JSP页的语法有效时,会进入下一个处理阶段:代码生成。
www.ibm.com
7.
The JSP container ensures that the syntax of the JSP page is correct, and generates informative error messages when it encounters errors.
JSP容器确保JSP页的语法正确,当遇到错误时会生成提供相关信息的错误消息。
www.ibm.com
8.
When the JSP container has finished generating the . java file, it enters the next phase of processing: Java code compilation.
当JSP容器完成.java文件生成后,将进入下一个处理阶段:Java编译。
www.ibm.com
9.
The JSP container evaluates each custom tag during the execution of a JSP page that references it.
在执行引用自定义标记的JSP页面时,JSP容器判断每一个自定义标记。
www.ibm.com
10.
The JSP container needs to discover the name of the class that implements the out tag.
JSP容器需要发现实现out标记的类的名称。
www.ibm.com
1.
In previous versions of WebSphere Application Server, the JSP container's run time processor was implemented as a gateway servlet.
在先前的WebSphereApplicationServer版本中,JSP容器的运行时处理器是作为网关servlet实现的。
www.ibm.com
2.
The JSP container looks for character sequences that it recognizes; sequences that indicate there's some syntax that it needs to process.
JSP容器将寻找其能识别的字符序列,此类序列指示其中存在需要进行处理的语法内容。
www.ibm.com
3.
The JSP 2. 0 specification does not make a distinction between a JSP container and a Web container.
JSP2.0规范没有对JSP容器和Web容器进行区别。
www.ibm.com
4.
The JSP container recognizes this situation and halts validation with an error message.
JSP容器会识别这种情况,如果出现,会挂起验证过程,并给出一条错误消息。
www.ibm.com
5.
The actual HTML code the JSP container sends to the Web browser in one execution is shown in Listing 2.
清单2显示了在一次执行中JSP容器发送到Web浏览器的实际HTML代码。
www-128.ibm.com
6.
How does the JSP container know which attributes of a custom tag are required and which are not?
JSP容器如何知道自定义标记的哪些属性是必选的哪些是可选的?
www.ibm.com
7.
An element is an instance of an element type known to the JSP container.
元素是JSP容器已知的元素类型的实例。
www.ibm.com
8.
The JSP container will generate a tag handler class, which will have setter methods for all three attributes: expr, value, and type.
JSP容器将生成一个标记处理函数类,所有3个属性都具有setter方法:expr、value和type。
www.ibm.com
9.
The EL retrieves data from the JSP container, traverses object hierarchies, and performs simple operations on the results.
EL从JSP容器检索数据,遍历对象层次结构,然后对结果执行简单的操作。
www-128.ibm.com
10.
If the value attribute and its value aren't present then the JSP container generates an error.
如果value属性及其值未出现,则JSP容器将生成错误。
www.ibm.com
1.
When the page is executed, the JSP container creates instances of the tag handlers and calls their methods.
当执行此页时,JSP容器会创建标记处理程序的实例并调用它们的方法。
www.ibm.com
2.
A JSP container handles scriptlets, expressions, and declarations each in a different way.
JSP容器对scriptlet、表达式和声明的处理各不相同。
www.ibm.com
3.
Remember that the JSP container is parsing the page character by character.
请记住,JSP容器将以逐个字符的方式对页进行解析。
www.ibm.com
4.
In the translation phase, a JSP page is processed by the JSP container.
在转换阶段,JSP容器将对JSP页进行处理。
www.ibm.com
5.
To validate that a JSP page's syntax is correct, the JSP container reads the page character by character, parsing the page's contents.
为了验证JSP页语法是否正确,JSP容器将逐字符读取页内容,对页的内容进行分析。
www.ibm.com
6.
The JSP specification doesn't mandate that a JSP container retranslate and reload a JSP when it is modified in a running Web application.
JSP规范并不强制JSP容器在JSP正在运行的Web应用程序中被修改时转换和重载JSP。
www.ibm.com
7.
If the JSP container detects a cookie storing the user's current session ID, no rewriting is necessary.
如果JSP容器检测到一个存储用户当前会话标识的cookie,那么就不必进行重写。
www.ibm.com
8.
Here's what the JSP container reads and analyzes to know what attributes are valid in the out tag.
以下说明JSP容器要读取和分析什么内容来知道哪些属性在out标记中有效。
www.ibm.com
9.
For example, if another jsp: useBean tag in this JSP page also used "nameBean" as an ID, then the JSP container would generate an error.
例如,如果此JSP页中的另一个jsp:useBean标记也使用“nameBean”作为ID,则JSP容器将生成错误。
www.ibm.com
10.
For example, the simple JSP file that contains only "Hi there! " doesn't have any text sequences that a JSP container needs to process.
例如,仅包含“Hithere!”的简单JSP文件并不具有JSP容器需要进行处理的任何文本序列。
www.ibm.com
1.
The WebSphere JSP container is involved in the request phase in two ways
WebSphereJSP容器通过两种方式参与请求阶段的工作
www.ibm.com
2.
The JSP container passes the tag body to the method
将标记主体传送到方法
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/16 1:33:33