com.servoy.j2db.plugins
Interface IServerPlugin
- All Superinterfaces:
- IPlugin
public interface IServerPlugin
- extends IPlugin
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