| Package | Description |
|---|---|
| de.agilecoders.wicket.jquery |
| Modifier and Type | Class and Description |
|---|---|
class |
Key<T>
Default
IKey implementation |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> IKey<T> |
AbstractConfig.newKey(String key,
T defaultValue)
creates a new key.
|
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
ConfigWithFallback.contains(IKey<T> key) |
<T> boolean |
Config.contains(IKey<T> key)
returns true if given key is set to this config
|
<T> boolean |
AbstractConfig.contains(IKey<T> key) |
<T> T |
ConfigWithFallback.get(IKey<T> key) |
<T> T |
Config.get(IKey<T> key)
returns the value for the given key.
|
<T> T |
AbstractConfig.get(IKey<T> key)
returns the value for the given key.
|
protected <T> String |
AbstractConfig.getString(IKey<T> key)
returns the value as string according to given key.
|
<T> ConfigWithFallback |
ConfigWithFallback.put(IKey<T> key,
T value) |
<T> Config |
Config.put(IKey<T> key,
T value)
puts a new config to the configuration map.
|
<T> AbstractConfig |
AbstractConfig.put(IKey<T> key,
T value)
puts a new config to the configuration map.
|
<T> T |
ConfigWithFallback.remove(IKey<T> key) |
<T> T |
Config.remove(IKey<T> key)
removes the given key (and its value) from configuration map.
|
<T> T |
AbstractConfig.remove(IKey<T> key)
removes the given key (and its value) from configuration map.
|
Copyright © 2014. All Rights Reserved.