gluu
org
gluu
oxtrust
util
jsf
ProfileConfigurationConverter
公開メンバ関数
|
全メンバ一覧
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter クラス
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter の継承関係図
org.gluu.oxtrust.util.jsf.ProfileConfigurationConverter 連携図
公開メンバ関数
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
}
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxTrust/server/src/main/java/org/gluu/oxtrust/util/jsf/
ProfileConfigurationConverter.java
2018年09月30日(日) 14時45分39秒作成 - gluu / 構成:
1.8.13