com.atlassian.confluence.plugins.macros.dashboard.rest
Class GlobalEntitiesResource

java.lang.Object
  extended by com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource

public class GlobalEntitiesResource
extends Object


Field Summary
static String TEMPLATE_PATH
           
 
Constructor Summary
GlobalEntitiesResource(com.atlassian.templaterenderer.TemplateRenderer templateRenderer, GlobalEntitiesContextProvider globalEntitiesContextProvider, DarkFeaturesManager darkFeaturesManager)
           
 
Method Summary
 javax.ws.rs.core.Response network(javax.servlet.http.HttpServletRequest httpRequest)
           
 javax.ws.rs.core.Response pages(javax.servlet.http.HttpServletRequest httpRequest)
           
 javax.ws.rs.core.Response spaces(javax.servlet.http.HttpServletRequest httpRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_PATH

public static final String TEMPLATE_PATH
See Also:
Constant Field Values
Constructor Detail

GlobalEntitiesResource

public GlobalEntitiesResource(com.atlassian.templaterenderer.TemplateRenderer templateRenderer,
                              GlobalEntitiesContextProvider globalEntitiesContextProvider,
                              DarkFeaturesManager darkFeaturesManager)
Method Detail

spaces

public javax.ws.rs.core.Response spaces(@Context
                                        javax.servlet.http.HttpServletRequest httpRequest)
                                 throws IOException
Throws:
IOException

pages

public javax.ws.rs.core.Response pages(@Context
                                       javax.servlet.http.HttpServletRequest httpRequest)
                                throws IOException
Throws:
IOException

network

public javax.ws.rs.core.Response network(@Context
                                         javax.servlet.http.HttpServletRequest httpRequest)


Copyright © 2003–2015 Atlassian. All rights reserved.