org.gcube.contentmanagement.viewmanager.plugin.metadataplugin
Class MetadataPluginContext

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

public class MetadataPluginContext
extends PluginContext

The context of the default plugin.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
MetadataPluginContext()
           
 
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

MetadataPluginContext

public MetadataPluginContext()
Method Detail

getDelegate

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

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