com.servoy.j2db.plugins
Interface IServerPlugin
- All Superinterfaces:
- IPlugin
public interface IServerPlugin
- extends IPlugin
getPreferencePanels
PreferencePanel[] getPreferencePanels()
- 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.
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
initialize
void initialize(IServerAccess app)
throws PluginException
- Called on application startup after application started.
- Throws:
PluginException