com.atlassian.plugin.web.descriptors
Class MockWebPanel

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.MockWebPanel
All Implemented Interfaces:
WebPanel

public class MockWebPanel
extends java.lang.Object
implements WebPanel

A test WebPanel that outputs the values passed in the context, or a filler message if the context is empty.


Constructor Summary
MockWebPanel()
           
 
Method Summary
 java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockWebPanel

public MockWebPanel()
Method Detail

getHtml

public java.lang.String getHtml(java.util.Map<java.lang.String,java.lang.Object> context)
Specified by:
getHtml in interface WebPanel


Copyright © 2010 Atlassian. All Rights Reserved.