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 the
ProjectManagementClient implementation.- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.xwiki.livedata.LiveDataConfigurationresolve(org.xwiki.livedata.LiveDataConfiguration input)
-
Constructor Details
-
ProjectManagementConfigurationResolver
public ProjectManagementConfigurationResolver()
-
-
Method Details
-
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
-