javax.faces.webapp.UIComponentClassicTagBase.removeOldFacets()方法的使用及代码示例

x33g5p2x  于2022-02-01 转载在 其他  
字(1.5k)|赞(0)|评价(0)|浏览(634)

本文整理了Java中javax.faces.webapp.UIComponentClassicTagBase.removeOldFacets()方法的一些代码示例,展示了UIComponentClassicTagBase.removeOldFacets()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。UIComponentClassicTagBase.removeOldFacets()方法的具体详情如下:
包路径:javax.faces.webapp.UIComponentClassicTagBase
类名称:UIComponentClassicTagBase
方法名:removeOldFacets

UIComponentClassicTagBase.removeOldFacets介绍

[英]Retrieve from the UIComponent corresponding to this tag handler the list of all facet names created by UIComponentTaginstances the previous time this tree was rendered. Compare it to the list of facets created during this page processing pass, and remove all facets present on the old list but not in the new list. Save the list as a UIComponent attribute so that it gets saved as part of the component's state.
[中]从与此标记处理程序对应的UIComponent中检索上次呈现此树时由UIComponentTaginstances创建的所有方面名称的列表。将其与在此页面处理过程中创建的面列表进行比较,并删除旧列表中但不在新列表中的所有面。将列表另存为UIComponent属性,以便将其另存为组件状态的一部分。

代码示例

代码示例来源:origin: javax.faces/com.springsource.javax.faces

removeOldFacets();

代码示例来源:origin: jboss/jboss-javaee-specs

removeOldFacets();

代码示例来源:origin: javax/javaee-web-api

removeOldFacets();

代码示例来源:origin: javax.faces/javax.faces-api

removeOldFacets();

代码示例来源:origin: com.sun.faces/jsf-api

removeOldFacets();

代码示例来源:origin: org.glassfish/jakarta.faces

removeOldFacets();

代码示例来源:origin: org.jboss.spec.javax.faces/jboss-jsf-api_2.0_spec

removeOldFacets();

代码示例来源:origin: org.glassfish/javax.faces

removeOldFacets();

代码示例来源:origin: eclipse-ee4j/mojarra

removeOldFacets();

代码示例来源:origin: eclipse-ee4j/mojarra

removeOldFacets();

相关文章

微信公众号

最新文章

更多

UIComponentClassicTagBase类方法