日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

JSF參數傳遞方式之二:Backing Bean 與 h:input

系統 2480 0

JSF參數傳遞方式之二:Backing Bean 與 h:inputHidden標簽

Backing Bean
Java代碼
  1. import javax.faces.component.UIInput;
  2. import javax.faces.component.UIOutput;
  3. public class BackingBean
  4. {
  5. private UIOutputidComponent;
  6. public UIOutputgetIdComponent()
  7. {
  8. return idComponent;
  9. }
  10. public void setIdComponent(UIOutputidComponent)
  11. {
  12. this .idComponent=idComponent;
  13. }
  14. }

頁面到Bean的參數傳遞
頁面中設置參數:
Java代碼
  1. <h:form>
  2. <h:inputHiddenvalue= "123456" binding= "#{backingBean.idComponent}" ></h:inputHidden>
  3. <h:commandButtonvalue= "登錄" action= "#{paramBean.login}" ></h:commandButton>
  4. </h:form>

后臺取參數:
Java代碼
  1. FacesContextcontext=FacesContext.getCurrentInstance();
  2. BackingBeanbackBean=(BackingBean)context.getApplication().getVariableResolver().resolveVariable(context, "backingBean" ); //該方法已經過時
  3. BackingBeanbean=(BackingBean)context.getApplication().getELResolver().getValue(context.getELContext(), null , "backingBean" );
  4. backBean.getIdComponent().getValue();
  5. bean.getIdComponent().getValue();

2.2頁面到頁面的參數傳遞
頁面中設置參數:
Java代碼
  1. <h:form>
  2. <h:inputHiddenvalue= "123456" binding= "#{backingBean.idComponent}" ></h:inputHidden>
  3. <h:commandButtonvalue= "Test5" action= "param" ></h:commandButton>
  4. <h:commandLinkvalue= "Test6" action= "param" ></h:commandLink>
  5. </h:form>

注意:h:outputLink 標簽不能使用該方式傳遞參數!
頁面中取參數:
Java代碼
  1. <h:outputTextvalue= "#{backingBean.idComponent.value}" ></h:outputText>

JSF參數傳遞方式之二:Backing Bean 與 h:inputHidden標簽


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 仪陇县| 镶黄旗| 佛坪县| 乐昌市| 七台河市| 遂川县| 榆林市| 婺源县| 牟定县| 双桥区| 无锡市| 游戏| 壤塘县| 荔浦县| 金乡县| 呼玛县| 墨竹工卡县| 万宁市| 申扎县| 台湾省| 南宫市| 仪征市| 阳泉市| 运城市| 石阡县| 宁乡县| 荆州市| 中牟县| 县级市| 蓝田县| 高台县| 达拉特旗| 平顶山市| 德保县| 湘潭市| 甘南县| 灌云县| 白沙| 屯昌县| 开化县| 东至县|