rendering parameters meaning in English
渲染参数卷展栏
Examples
- The example application stores the type of the screen to display as a render parameter , and the content of the shopping cart the number of stocks as a session parameter
该示例应用程序将要显示的屏幕类型作为呈现参数存储,将购物车的内容(股票的数量)作为会话参数存储。 - Instead , the portlet container provides a custom id generation mechanism that takes into account render parameters , portlet modes , window states , and the mime - type
Portlet容器转而提供了一个自定义id生成机制,将帐户呈现参数、 portlet模型、窗口状态以及mime - type包含在内。 - If this calculation takes a significant amount of time , the portlet should cache the sets of render parameters for the urls and should use the current set as a key see the next section
如果此计算需要很长时间, portlet应该为url缓存呈现参数,且应使用当前的呈现参数集作为键(请参见下一部分) 。 - The portal framework guarantees that the render parameters for every portlet on a page are preserved even when the end user interacts with a different portlet on that page , or with other artifacts on that page , such as the page navigation
门户框架保证即使最终用户与页面上其他portlet或构件(如页面导航)进行交互,也会保留页面上每个portlet的呈现参数。 - This is why code first associates the current set of render parameters with the render url , url . setparameters renderrequest . getparametermap ; , and then modifies this set to represent the next screen
正是由于这个原因,代码才首先将当前呈现参数集与呈现rul关联, “ url . setparameters ( renderrequest . getparametermap ( ) ) ; ” ,然后才修改此集以使其表示下一个屏幕。