public interface IPreferencesStore
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and 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) |
static final String SERVICE_ID
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.