@Address(value="/subsystem=keycloak-server/theme=*") public class Theme<T extends Theme<T>> extends HashMap implements org.wildfly.swarm.config.runtime.Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
attributeDefault()
The default theme to use if no theme is specified for a realm.
|
T |
attributeDefault(String value)
The default theme to use if no theme is specified for a realm.
|
Boolean |
cachetemplates()
If true, theme templates are cached.
|
T |
cachetemplates(Boolean value)
If true, theme templates are cached.
|
Boolean |
cachethemes()
If true, themes are cached.
|
T |
cachethemes(Boolean value)
If true, themes are cached.
|
String |
dir()
Directory where themes can be located.
|
T |
dir(String value)
Directory where themes can be located.
|
String |
getKey() |
T |
module(String value)
List of modules containing themes.
|
List<String> |
modules()
List of modules containing themes.
|
T |
modules(List<String> value)
List of modules containing themes.
|
T |
modules(String... args)
List of modules containing themes.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Long |
staticmaxage()
Maximum time the browser should cache theme resources.
|
T |
staticmaxage(Long value)
Maximum time the browser should cache theme resources.
|
String |
welcometheme()
The welcome theme.
|
T |
welcometheme(String value)
The welcome theme.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic Theme(String key)
public String getKey()
getKey in interface org.wildfly.swarm.config.runtime.Keyedpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="cacheTemplates") public Boolean cachetemplates()
@ModelNodeBinding(detypedName="cacheThemes") public Boolean cachethemes()
@ModelNodeBinding(detypedName="default") public String attributeDefault()
public T attributeDefault(String value)
@ModelNodeBinding(detypedName="dir") public String dir()
@ModelNodeBinding(detypedName="modules") public List<String> modules()
@ModelNodeBinding(detypedName="staticMaxAge") public Long staticmaxage()
public T staticmaxage(Long value)
@ModelNodeBinding(detypedName="welcomeTheme") public String welcometheme()
Copyright © 2017 JBoss by Red Hat. All rights reserved.