gluu
公開メンバ関数 | 全メンバ一覧
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter クラス
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter の継承関係図
Inheritance graph
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter 連携図
Collaboration graph

公開メンバ関数

Object getAsObject (FacesContext arg0, UIComponent arg1, String profileConfigurationName)
 
String getAsString (FacesContext arg0, UIComponent arg1, Object profileConfiguration)
 

詳解

関数詳解

◆ getAsObject()

Object org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter.getAsObject ( FacesContext  arg0,
UIComponent  arg1,
String  profileConfigurationName 
)
inline
17  {
18  return profileConfigurationName;
19  }

◆ getAsString()

String org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter.getAsString ( FacesContext  arg0,
UIComponent  arg1,
Object  profileConfiguration 
)
inline
21  {
22  return (String) profileConfiguration;
23  }

このクラス詳解は次のファイルから抽出されました: