org.gcube.contentmanagement.viewmanager.state
Class ViewResource

java.lang.Object
  extended by GCUBEWSResource
      extended by org.gcube.contentmanagement.viewmanager.state.ViewResource

public class ViewResource
extends GCUBEWSResource

The singleton resource of the factory port-type.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
ViewResource()
           
 
Method Summary
 ViewDelegate getDelegate()
          Return the plugin's delegate of the resource.
 java.lang.String getPlugin()
          Returns the plugin's name.
 java.lang.String[] getPropertyNames()
          
 View getView()
          Returns the view.
 void store()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewResource

public ViewResource()
Method Detail

getDelegate

public ViewDelegate getDelegate()
Return the plugin's delegate of the resource.

Returns:
the delegate.

getView

public View getView()
Returns the view.

Returns:
the view.

getPlugin

public java.lang.String getPlugin()
Returns the plugin's name.

Returns:
the name.

store

public void store()


getPropertyNames

public java.lang.String[] getPropertyNames()