com.atlassian.mywork.host.rest
Class ConfigurationResource

java.lang.Object
  extended by com.atlassian.mywork.host.rest.ConfigurationResource

public class ConfigurationResource
extends java.lang.Object

Handles the configuration required for notifications which have been sent from various clients. Each client may register global configuration, which is then cached by the host. This include i18n values, actions and various URL paths.


Constructor Summary
ConfigurationResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService, com.atlassian.applinks.host.spi.HostApplication hostApplication, LocalRegistrationService registrationService)
           
 
Method Summary
 javax.ws.rs.core.Response getConfiguration(javax.servlet.http.HttpServletRequest request)
          Returns the list of registered application links and their corresponding registration details for the current locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationResource

public ConfigurationResource(com.atlassian.applinks.api.ApplicationLinkService applicationLinkService,
                             com.atlassian.applinks.host.spi.HostApplication hostApplication,
                             LocalRegistrationService registrationService)
Method Detail

getConfiguration

public javax.ws.rs.core.Response getConfiguration(@Context
                                                  javax.servlet.http.HttpServletRequest request)
Returns the list of registered application links and their corresponding registration details for the current locale.



Copyright © 2012 Atlassian. All Rights Reserved.