Uses of Class
org.gcube.contentmanagement.viewmanager.plugin.PluginContext

Packages that use PluginContext
org.gcube.contentmanagement.viewmanager.plugin   
org.gcube.contentmanagement.viewmanager.plugin.annotationplugin   
org.gcube.contentmanagement.viewmanager.plugin.defaultplugin   
org.gcube.contentmanagement.viewmanager.plugin.metadataplugin   
org.gcube.contentmanagement.viewmanager.state   
 

Uses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin
 

Methods in org.gcube.contentmanagement.viewmanager.plugin that return PluginContext
 PluginContext PluginManager.validateMainClass(java.lang.Class<?> contextClass)
          
 

Uses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.annotationplugin
 

Subclasses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.annotationplugin
 class AnnotationPluginContext
          The context of the default plugin.
 

Uses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.defaultplugin
 

Subclasses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.defaultplugin
 class PluginContext
          The context of the default plugin.
 

Uses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.metadataplugin
 

Subclasses of PluginContext in org.gcube.contentmanagement.viewmanager.plugin.metadataplugin
 class MetadataPluginContext
          The context of the default plugin.
 

Uses of PluginContext in org.gcube.contentmanagement.viewmanager.state
 

Methods in org.gcube.contentmanagement.viewmanager.state that return PluginContext
 PluginContext Factory.getContext(java.lang.String name)
          Returns the context of a plugin with a given name.