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 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:
      resolve in interface org.xwiki.livedata.LiveDataConfigurationResolver<org.xwiki.livedata.LiveDataConfiguration>
      Throws:
      org.xwiki.livedata.LiveDataException