Modifier and Type | Method and Description |
---|---|
protected Theme |
FreeMarkerEmailTemplateProvider.getTheme() |
Modifier and Type | Method and Description |
---|---|
protected Theme |
FreeMarkerAccountProvider.getTheme()
Get Theme used for page rendering.
|
Modifier and Type | Method and Description |
---|---|
protected Properties |
FreeMarkerAccountProvider.handleThemeResources(Theme theme,
Locale locale,
Map<String,Object> attributes)
Load message bundle and place it into
msg template attribute. |
protected javax.ws.rs.core.Response |
FreeMarkerAccountProvider.processTemplate(Theme theme,
AccountPages page,
Map<String,Object> attributes,
Locale locale)
Process FreeMarker template and prepare Response.
|
Constructor and Description |
---|
UrlBean(RealmModel realm,
Theme theme,
URI baseURI,
URI baseQueryURI,
URI currentURI,
String stateChecker) |
Modifier and Type | Method and Description |
---|---|
protected Theme |
FreeMarkerLoginFormsProvider.getTheme()
Get Theme used for page rendering.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FreeMarkerLoginFormsProvider.createCommonAttributes(Theme theme,
Locale locale,
Properties messagesBundle,
javax.ws.rs.core.UriBuilder baseUriBuilder,
LoginFormsPages page)
Create common attributes used in all templates.
|
protected Properties |
FreeMarkerLoginFormsProvider.handleThemeResources(Theme theme,
Locale locale)
Load message bundle and place it into
msg template attribute. |
protected javax.ws.rs.core.Response |
FreeMarkerLoginFormsProvider.processTemplate(Theme theme,
String templateName,
Locale locale)
Process FreeMarker template and prepare Response.
|
Constructor and Description |
---|
UrlBean(RealmModel realm,
Theme theme,
URI baseURI,
URI actionUri) |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeManager.getTheme(String name,
Theme.Type type)
Returns the specified theme for the specified type.
|
Theme |
ThemeManager.getTheme(Theme.Type type)
Returns the theme for the specified type.
|
Constructor and Description |
---|
AccountConsole(RealmModel realm,
ClientModel client,
Theme theme) |
Modifier and Type | Method and Description |
---|---|
static Theme |
AdminRoot.getTheme(KeycloakSession session,
RealmModel realm) |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderTheme |
class |
FolderTheme |
Modifier and Type | Method and Description |
---|---|
Theme |
DefaultThemeManagerFactory.addCachedTheme(String name,
Theme.Type type,
Theme theme) |
Theme |
DefaultThemeManagerFactory.getCachedTheme(String name,
Theme.Type type) |
Theme |
ThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
FolderThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
DefaultThemeManager.getTheme(String name,
Theme.Type type) |
Theme |
ClasspathThemeProvider.getTheme(String name,
Theme.Type type) |
Theme |
DefaultThemeManager.getTheme(Theme.Type type) |
Modifier and Type | Method and Description |
---|---|
Theme |
DefaultThemeManagerFactory.addCachedTheme(String name,
Theme.Type type,
Theme theme) |
String |
FreeMarkerUtil.processTemplate(Object data,
String templateName,
Theme theme) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.