keycloak
クラス | 公開メンバ関数 | 全メンバ一覧
org.keycloak.theme.Theme インタフェース
org.keycloak.theme.Theme の継承関係図
Inheritance graph
org.keycloak.theme.Theme 連携図
Collaboration graph

クラス

enum  Type
 

公開メンバ関数

String getName ()
 
String getParentName ()
 
String getImportName ()
 
Type getType ()
 
URL getTemplate (String name) throws IOException
 
InputStream getResourceAsStream (String path) throws IOException
 
Properties getMessages (Locale locale) throws IOException
 
Properties getMessages (String baseBundlename, Locale locale) throws IOException
 
Properties getProperties () throws IOException
 

詳解

著者
Stian Thorgersen

クラス詳解

◆ org::keycloak::theme::Theme::Type

enum org::keycloak::theme::Theme::Type
org.keycloak.theme.Theme.Type 連携図
Collaboration graph
列挙値
ACCOUNT
ADMIN
COMMON
EMAIL
LOGIN
WELCOME

関数詳解

◆ getImportName()

String org.keycloak.theme.Theme.getImportName ( )

◆ getMessages() [1/2]

Properties org.keycloak.theme.Theme.getMessages ( Locale  locale) throws IOException

Same as getMessages(baseBundlename, locale), but uses a default baseBundlename such as "messages".

引数
localeThe locale of the desired message bundle.
戻り値
The localized messages from the bundle.
例外
IOExceptionIf bundle can not be read.

org.keycloak.theme.ExtendingThemeManager.ExtendingTheme, org.keycloak.theme.ClassLoaderTheme, org.keycloak.theme.FolderThemeで実装されています。

◆ getMessages() [2/2]

Properties org.keycloak.theme.Theme.getMessages ( String  baseBundlename,
Locale  locale 
) throws IOException

Retrieve localized messages from a message bundle.

引数
baseBundlenameThe base name of the bundle, such as "messages" in messages_en.properties.
localeThe locale of the desired message bundle.
戻り値
The localized messages from the bundle.
例外
IOExceptionIf bundle can not be read.

org.keycloak.theme.ExtendingThemeManager.ExtendingTheme, org.keycloak.theme.ClassLoaderTheme, org.keycloak.theme.FolderThemeで実装されています。

◆ getName()

String org.keycloak.theme.Theme.getName ( )

◆ getParentName()

String org.keycloak.theme.Theme.getParentName ( )

◆ getProperties()

Properties org.keycloak.theme.Theme.getProperties ( ) throws IOException

◆ getResourceAsStream()

InputStream org.keycloak.theme.Theme.getResourceAsStream ( String  path) throws IOException

◆ getTemplate()

URL org.keycloak.theme.Theme.getTemplate ( String  name) throws IOException

◆ getType()

Type org.keycloak.theme.Theme.getType ( )

このインタフェース詳解は次のファイルから抽出されました: