Package com.openkm.service
Class PropertiesConfiguration
- java.lang.Object
-
- com.openkm.service.PropertiesConfiguration
-
@Service public class PropertiesConfiguration extends Object
Properties configuration service.- Author:
- jabad
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetPropertyGroup(String propertyName)Return property group.voidsetWebServices(WebService ws)Set web services.
-
-
-
Method Detail
-
setWebServices
@Autowired public void setWebServices(WebService ws)
Set web services.- Parameters:
ws- web services
-
-