|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.resource.Properties
public class Properties
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.
| 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 |
|---|
public final ValueMap getAll()
public final java.lang.String getString(java.lang.String key)
key -
public final java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||