Read local property value

@Resource
private ConfigurationService configurationService;

configurationService.getConfiguration().getProperty(JaloSession.CART_TYPE);

to set the value / add new entry as configuration
configurationService.getConfiguration().setProperty(Europe1Constants.KEY_CACHE_TAXES, Boolean.TRUE.toString());

Comments

Popular Posts