Package org.hippoecm.frontend.service
Interface ISettingsService
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
public interface ISettingsService extends org.apache.wicket.util.io.IClusterable
The settings service provides plugin access to global settings and factories.
-
-
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 StringCodecFactory
getStringCodecFactory()
-
-
-
Field Detail
-
SERVICE_ID
static final String SERVICE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStringCodecFactory
StringCodecFactory getStringCodecFactory()
-
-