Interface WebeditPermanentPlugin

All Superinterfaces:
Plugin, Public

public interface WebeditPermanentPlugin extends Plugin
A marker for a FirstSpirit plug-in that is to run permanently throughout a WebEdit session's lifetime. It will be set up right after a project has been selected and before any other kind of plug-in, and teared down when the http session is destroyed (e.g, when the user logs out or the session timed out), after any other kind of plugin.
There is no guarantee to any order permanent plug-ins get started.
Since:
5.0.414
  • Method Summary

    Methods inherited from interface de.espirit.firstspirit.client.plugin.Plugin

    setUp, tearDown