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

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

系統 2506 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條評論
主站蜘蛛池模板: 南丰县| 十堰市| 郑州市| 曲阜市| 金阳县| 思南县| 哈密市| 潜山县| 老河口市| 攀枝花市| 安泽县| 侯马市| 龙胜| 高陵县| 阿克陶县| 苏尼特左旗| 西丰县| 安国市| 德钦县| 林甸县| 邵东县| 大竹县| 行唐县| 饶平县| 扶余县| 泾阳县| 牙克石市| 苏尼特右旗| 新兴县| 桃园市| 唐河县| 景东| 都兰县| 什邡市| 乌鲁木齐县| 巨鹿县| 阜新市| 廉江市| 阳高县| 宿州市| 桂阳县|