|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.resource.Properties
public final class Properties
Kind of like java.util.Properties but based on Wicket's ValueMap and thus benefiting from all its nice build-in type converters and without parent properties.
| Field Summary | |
|---|---|
static Properties |
EMPTY_PROPERTIES
Empty Properties |
| Constructor Summary | |
|---|---|
Properties(String key,
ValueMap strings)
Construct |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Properties EMPTY_PROPERTIES
| Constructor Detail |
|---|
public Properties(String key,
ValueMap strings)
key - The keystrings - Properties values| Method Detail |
|---|
public final ValueMap getAll()
public final String getString(String key)
key -
public final String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||