Class GlobalEntitiesResource
- java.lang.Object
-
- com.atlassian.confluence.plugins.macros.dashboard.rest.GlobalEntitiesResource
-
public class GlobalEntitiesResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEMPLATE_PATH
-
Constructor Summary
Constructors Constructor Description GlobalEntitiesResource(com.atlassian.templaterenderer.TemplateRenderer templateRenderer, GlobalEntitiesContextProvider globalEntitiesContextProvider, DarkFeaturesManager darkFeaturesManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-