◆ org::keycloak::theme::Theme::Type
enum org::keycloak::theme::Theme::Type |
列挙値 |
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".
- 引数
-
locale | The locale of the desired message bundle. |
- 戻り値
- The localized messages from the bundle.
- 例外
-
IOException | If bundle can not be read. |
◆ getMessages() [2/2]
Properties org.keycloak.theme.Theme.getMessages |
( |
String |
baseBundlename, |
|
|
Locale |
locale |
|
) |
| throws IOException |
Retrieve localized messages from a message bundle.
- 引数
-
baseBundlename | The base name of the bundle, such as "messages" in messages_en.properties. |
locale | The locale of the desired message bundle. |
- 戻り値
- The localized messages from the bundle.
- 例外
-
IOException | If bundle can not be read. |
◆ 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 |
( |
| ) |
|
このインタフェース詳解は次のファイルから抽出されました:
- D:/AppData/doxygen/keycloak/spi/src/server-spi/src/main/java/org/keycloak/theme/Theme.java