Class PageModel.Handlers
java.lang.Object
com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcher
com.inductiveautomation.perspective.gateway.model.PageModel.Handlers
- Direct Known Subclasses:
DesignerPageModel.DesignerHandlers
- Enclosing class:
- PageModel
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcher
handlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletableFuture<Optional<ViewModel>>
findView
(ViewInstanceId viewId) protected void
operateOnPage
(PageModel.PageOperator operation) protected void
operateOnSession
(PageModel.SessionOperator operation) protected void
operateOnView
(PageModel.ViewOperator operation) void
receive
(MessageChannel channel, String protocol, Reader payload) Methods inherited from class com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcher
handles, onFatalError, onFatalError, register, trySend, trySend, trySendInternal
-
Constructor Details
-
Handlers
-
-
Method Details
-
receive
- Overrides:
receive
in classMessageProtocolDispatcher
-
operateOnSession
-
operateOnPage
-
operateOnView
-
findView
-