Class TranslationEditorEndpoint

java.lang.Object
io.goobi.viewer.websockets.TranslationEditorEndpoint

public class TranslationEditorEndpoint extends Object
WebSocket endpoint that releases the translation editor lock when the user navigates away from the translations editor page. The connection is opened by the page and closed automatically by the browser on navigation, triggering onClose(jakarta.websocket.Session).
See Also:
  • Constructor Details

    • TranslationEditorEndpoint

      public TranslationEditorEndpoint()
  • Method Details