Interface IPreferencesStore
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface IPreferencesStore extends org.apache.wicket.util.io.IClusterable
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolean(String context, String name)
int
getInt(String context, String name)
String
getString(String context, String name)
void
set(String context, String name, boolean value)
void
set(String context, String name, int value)
void
set(String context, String name, String value)
-
-
-
Field Detail
-
SERVICE_ID
static final String SERVICE_ID
- See Also:
- Constant Field Values
-
-