wicket.resource
Class Properties

java.lang.Object
  extended by wicket.resource.Properties

public class Properties
extends java.lang.Object

Reloadable properties. It is not a 100% replacement for java.util.Properties as it does not provide the same interface. But is serves kind of the same purpose with Wicket specific features.

Author:
Juergen Donnerstag

Method Summary
 ValueMap getAll()
          Get all values from the properties file
 java.lang.String getString(java.lang.String key)
          Get the property message identified by 'key'
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAll

public final ValueMap getAll()
Get all values from the properties file

Returns:
map

getString

public final java.lang.String getString(java.lang.String key)
Get the property message identified by 'key'

Parameters:
key -
Returns:
property message

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2007 Wicket developers. All Rights Reserved.