scriptlets

scriptlet

常用释义

词性释义

scriptlet
例句
  • 全部
EL使我们可以容易地访问应用程序数据并更容易在不使用脚本或者请求时表达式的条件下操作这些数据。
One thing that you might have noticed in the jrc_begin_here. jsp file is that it is using JSP scriptlets for most of the code.
有一件事情您可能在jrc_begin_here.jsp文件中已经注意到了,就是它的代码大多数使用了JSPscriptlets。
A JSP container handles scriptlets, expressions, and declarations each in a different way.
JSP容器对scriptlet、表达式和声明的处理各不相同。
That said, I must confess that I've written more than my fair share of JSP scriptlets when deadlines got tight.
这就是说,我必须坦白,随着开发期限越来越紧迫,我写的JSPscriptlet的比例也相当大。
In particular, it is fairly common for page authors to resort to scriptlets to implement iterative or conditional content.
尤其是,页面创作人员常借助scriptlet来实现迭代或条件内容。
这些文档通常将JSP指令和脚本片段与某种标记语言(比如HTML)混在一起。
Of course, scriptlets have long been frowned upon in the Java community.
当然,Java社区长期以来都不欣赏小脚本。
The code snippet in Listing 15 shows that all of the attributes that were configured above using scriptlets can be set up using the tag.
列表15所示的代码片段显示了上面使用scriptlets配置的所有属性信息,我们可以使用标签配置它。
If you avoid using too many scriptlets, then you can use the taglibs provided by BusinessObjects in JRC API.
如果您想避免使用过多的scriptlets,那么您可以使用JRCAPI中BusinessObjects提供的taglibs。
You can easily maintain the JSP components by minimizing the use of Java scriptlets in them.
只要尽量少地在其中使用Javascriptlet,就可以轻松维护JSP组件。