com.atlassian.plugin.web.model
Class AbstractWebPanel

java.lang.Object
  extended by com.atlassian.plugin.web.model.AbstractWebPanel
All Implemented Interfaces:
WebPanel
Direct Known Subclasses:
EmbeddedTemplateWebPanel, ResourceTemplateWebPanel

public abstract class AbstractWebPanel
extends java.lang.Object
implements WebPanel

Since:
2.5.0

Field Summary
protected  Plugin plugin
           
 
Constructor Summary
protected AbstractWebPanel(PluginAccessor pluginAccessor)
           
 
Method Summary
protected  WebPanelRenderer getRenderer()
           
 void setPlugin(Plugin plugin)
           
 void setResourceType(java.lang.String resourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.model.WebPanel
getHtml
 

Field Detail

plugin

protected Plugin plugin
Constructor Detail

AbstractWebPanel

protected AbstractWebPanel(PluginAccessor pluginAccessor)
Method Detail

setPlugin

public void setPlugin(Plugin plugin)

setResourceType

public void setResourceType(java.lang.String resourceType)

getRenderer

protected final WebPanelRenderer getRenderer()


Copyright © 2010 Atlassian. All Rights Reserved.