scriptlets
美
英 
- 網(wǎng)絡(luò)腳本片段;腳本片斷;腳本段
例句
The EL gives us easy access to application data and makes it easy to manipulate that data without scriptlets or request-time expressions.
EL使我們可以容易地訪問應(yīng)用程序數(shù)據(jù)并更容易在不使用腳本或者請求時表達(dá)式的條件下操作這些數(shù)據(jù)。
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文件中已經(jīng)注意到了,就是它的代碼大多數(shù)使用了JSPscriptlets。
A JSP container handles scriptlets, expressions, and declarations each in a different way.
JSP容器對scriptlet、表達(dá)式和聲明的處理各不相同。
That said, I must confess that I've written more than my fair share of JSP scriptlets when deadlines got tight.
這就是說,我必須坦白,隨著開發(fā)期限越來越緊迫,我寫的JSPscriptlet的比例也相當(dāng)大。
In particular, it is fairly common for page authors to resort to scriptlets to implement iterative or conditional content.
尤其是,頁面創(chuàng)作人員常借助scriptlet來實現(xiàn)迭代或條件內(nèi)容。
These documents typically mix JSP directives and scriptlets with a presentation markup language such as HTML.
這些文檔通常將JSP指令和腳本片段與某種標(biāo)記語言(比如HTML)混在一起。
Of course, scriptlets have long been frowned upon in the Java community.
當(dāng)然,Java社區(qū)長期以來都不欣賞小腳本。
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配置的所有屬性信息,我們可以使用標(biāo)簽配置它。
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,就可以輕松維護(hù)JSP組件。
The most popular example of this is using scriptlets in JSP code.
最常見的一個例子是在JSP代碼中使用scriptlet。
The HTML is mostly pure HTML; there are no scriptlets (this is not a JSP).
HTML主要是純HTML;沒有腳本片段(這不是一個JSP)。
full JSP scriptlet support, outside code changes immediately available in scriptlets
全面支持JSPscriptlet,外部代碼變化在scriptlet中立即生效
JSP developers use static HTML scriptlets (snippets of java code) and tags to create the page that loads in the Web browser
JSP開發(fā)人員利用靜態(tài)的HTML、scriptlets(java腳本小程序)和標(biāo)記,生成載入Web瀏覽器的頁面。
How to limit the use of scriptlets in JRC code
如何限制使用JRC代碼中的scriptlets