com.atlassian.plugin.web.descriptors
Class MockContextProvider

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.MockContextProvider
All Implemented Interfaces:
ContextProvider

public class MockContextProvider
extends Object
implements ContextProvider


Constructor Summary
MockContextProvider()
           
 
Method Summary
 Map<String,Object> getContextMap(Map<String,Object> context)
           
 void init(Map<String,String> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockContextProvider

public MockContextProvider()
Method Detail

init

public void init(Map<String,String> params)
          throws PluginParseException
Specified by:
init in interface ContextProvider
Throws:
PluginParseException

getContextMap

public Map<String,Object> getContextMap(Map<String,Object> context)
Specified by:
getContextMap in interface ContextProvider


Copyright © 2013 Atlassian. All Rights Reserved.