org.gcube.contentmanagement.viewmanager.plugin.defaultplugin
Class PluginContext

java.lang.Object
  extended by GCUBEPluginContext
      extended by org.gcube.contentmanagement.viewmanager.plugin.PluginContext
          extended by org.gcube.contentmanagement.viewmanager.plugin.defaultplugin.PluginContext

public class PluginContext
extends PluginContext

The context of the default plugin.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
PluginContext()
           
 
Method Summary
 ViewDelegate getDelegate()
          Returns the ViewDelegate of the plugin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginContext

public PluginContext()
Method Detail

getDelegate

public ViewDelegate getDelegate()
Returns the ViewDelegate of the plugin.

Specified by:
getDelegate in class PluginContext
Returns:
the delegate.