You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The returned WebTextTerminal is not actually used, but treated as a marker that triggers the creation of a WebTextIoExecutor.
129
-
// This WebTextIoExecutor will instantiate a new WebTextTerminal each time a client starts a new session.
139
+
// The returned WebTextTerminal is used as a template by the WebTextIoExecutor, which instantiates a new WebTextTerminal each time a client starts a new session.
Copy file name to clipboardexpand all lines: text-io-web/src/main/java/org/beryx/textio/web/TextTerminalData.java
+31-2
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,50 @@
20
20
21
21
/**
22
22
* The data sent by the server to a polling web component.
23
-
* Includes a list of prompt messages and an action to be executed by the web component (NONE, READ, READ_MASKED, DISPOSE).
23
+
* Includes a list of settings, a list of prompt messages and an action to be executed by the web component (NONE, READ, READ_MASKED, DISPOSE or ABORT).
0 commit comments