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

java.lang.Object
  extended by org.gcube.contentmanagement.viewmanager.plugin.delegate.ViewDelegate
      extended by org.gcube.contentmanagement.viewmanager.plugin.defaultplugin.Delegate
All Implemented Interfaces:
java.io.Serializable

public class Delegate
extends ViewDelegate

The view delegate of the default plugin

Author:
Fabio Simeoni (University of Strathclyde)
See Also:
Serialized Form

Constructor Summary
Delegate()
           
 
Method Summary
 void initialise(boolean isAtCreationTime)
          Initialises the delegate.
 
Methods inherited from class org.gcube.contentmanagement.viewmanager.plugin.delegate.ViewDelegate
getResource, getScopeManager, getSecurityManager, onLoad, setResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegate

public Delegate()
Method Detail

initialise

public void initialise(boolean isAtCreationTime)
                throws java.lang.Exception
Initialises the delegate.

Specified by:
initialise in class ViewDelegate
Throws:
java.lang.Exception