| Package | Description |
|---|---|
| de.agilecoders.wicket.markup.html.bootstrap.common |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> AbstractConfig.IKey<T> |
AbstractConfig.newKey(String key,
T defaultValue)
creates a new key.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> String |
AbstractConfig.getString(AbstractConfig.IKey<T> key)
returns the value as string according to given key.
|
protected <T> AbstractConfig |
AbstractConfig.put(AbstractConfig.IKey<T> key,
T value)
puts a new config to the configuration map.
|
protected <T> T |
AbstractConfig.remove(AbstractConfig.IKey<T> key)
removes the given key (and its value) from configuration map.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.