Class ProjectManagementConfigurationResolver
- java.lang.Object
-
- com.xwiki.projectmanagement.livadata.ProjectManagementConfigurationResolver
-
- All Implemented Interfaces:
org.xwiki.livedata.LiveDataConfigurationResolver<org.xwiki.livedata.LiveDataConfiguration>
@Component @Singleton @Named("projectmanagement") public class ProjectManagementConfigurationResolver extends Object implements org.xwiki.livedata.LiveDataConfigurationResolver<org.xwiki.livedata.LiveDataConfiguration>Merges an input livedata configuration with the generic project management configuration and with the configuration coming from theProjectManagementClientimplementation.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ProjectManagementConfigurationResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.livedata.LiveDataConfigurationresolve(org.xwiki.livedata.LiveDataConfiguration input)
-
-
-
Method Detail
-
resolve
public org.xwiki.livedata.LiveDataConfiguration resolve(org.xwiki.livedata.LiveDataConfiguration input) throws org.xwiki.livedata.LiveDataException- Specified by:
resolvein interfaceorg.xwiki.livedata.LiveDataConfigurationResolver<org.xwiki.livedata.LiveDataConfiguration>- Throws:
org.xwiki.livedata.LiveDataException
-
-