public interface Config
extends org.apache.wicket.util.io.IClusterable
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
all() |
<T> boolean |
contains(IKey<T> key)
returns true if given key is set to this config
|
<T> T |
get(IKey<T> key)
returns the value for the given key.
|
boolean |
isEmpty() |
<T> Config |
put(IKey<T> key,
T value)
puts a new config to the configuration map.
|
<T> T |
remove(IKey<T> key)
removes the given key (and its value) from configuration map.
|
String |
toJsonString() |
String toJsonString()
boolean isEmpty()
<T> Config put(IKey<T> key, T value)
IKey implementation.key - mandatory parametervalue - mandatory parameter<T> T remove(IKey<T> key)
key - the key to remove<T> T get(IKey<T> key)
key - The key to read.<T> boolean contains(IKey<T> key)
key - The key to check.Copyright © 2014. All Rights Reserved.