Servoy 4.1.x Public API

com.servoy.j2db.plugins
Interface IServerPlugin

All Superinterfaces:
IPlugin

public interface IServerPlugin
extends IPlugin


Field Summary
 
Fields inherited from interface com.servoy.j2db.plugins.IPlugin
DISPLAY_NAME
 
Method Summary
 PreferencePanel[] getPreferencePanels()
          Deprecated. Not supported anymore in Servoy 4.0, only available through admin pages.
 Map getRequiredPropertyNames()
          For use in server-admin page, should be the same properties as set in preference panel.
 void initialize(IServerAccess app)
          Called on application startup after application started.
 
Methods inherited from interface com.servoy.j2db.plugins.IPlugin
getProperties, load, unload
 

Method Detail

getPreferencePanels

@Deprecated
PreferencePanel[] getPreferencePanels()
Deprecated. Not supported anymore in Servoy 4.0, only available through admin pages.

Create panels for the Preferences dialog.

Returns:
Array of PreferencePanel panels. Return empty array or null if this plugin doesn't require any panels in the Preferences Dialog.

initialize

void initialize(IServerAccess app)
                throws PluginException
Called on application startup after application started.

Throws:
PluginException

getRequiredPropertyNames

Map getRequiredPropertyNames()
For use in server-admin page, should be the same properties as set in preference panel. Key must be the properties name (prefix with plugin name! to prevent collisions), the value some description/information to dhow to user about this property

Returns:
the properties

Copyright © 2009 Servoy B.V.

>