org.gcube.contentmanagement.viewmanager.plugin
Class PluginContext

java.lang.Object
  extended by GCUBEPluginContext
      extended by org.gcube.contentmanagement.viewmanager.plugin.PluginContext
Direct Known Subclasses:
AnnotationPluginContext, MetadataPluginContext, PluginContext

public abstract class PluginContext
extends GCUBEPluginContext

The context of service plugins.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
PluginContext()
           
 
Method Summary
abstract  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 abstract ViewDelegate getDelegate()
Returns the ViewDelegate of the plugin.

Returns:
the delegate.