public class NoOpContextProvider extends Object implements ContextProvider
ContextProvider implementation that just passes the given context back. Used when no Context Provider has
been specified in the ModuleDescriptor.| Constructor and Description |
|---|
NoOpContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContextMap(Map<String,Object> context) |
void |
init(Map<String,String> params) |
public void init(Map<String,String> params) throws com.atlassian.plugin.PluginParseException
init in interface ContextProvidercom.atlassian.plugin.PluginParseExceptionpublic Map<String,Object> getContextMap(Map<String,Object> context)
getContextMap in interface ContextProviderCopyright © 2018 Atlassian. All rights reserved.