public final class Properties extends Object
| Modifier and Type | Field and Description |
|---|---|
static Properties |
EMPTY_PROPERTIES
Empty Properties
|
| Constructor and Description |
|---|
Properties(String key,
org.apache.wicket.util.value.ValueMap strings)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.util.value.ValueMap |
getAll()
Get direct access to all values from the properties file.
|
String |
getString(String key)
Get the property value identified by its 'key'.
|
String |
toString() |
public static final Properties EMPTY_PROPERTIES
public Properties(String key, org.apache.wicket.util.value.ValueMap strings)
key - The keystrings - Properties valuespublic final org.apache.wicket.util.value.ValueMap getAll()
public final String getString(String key)
key - public final String toString()
toString in class ObjectObject.toString()Copyright © 2006–2018 Apache Software Foundation. All rights reserved.