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 voidoperateOnPage(PageModel.PageOperator operation) protected voidoperateOnSession(PageModel.SessionOperator operation) protected voidoperateOnView(PageModel.ViewOperator operation) voidreceive(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:
receivein classMessageProtocolDispatcher
-
operateOnSession
-
operateOnPage
-
operateOnView
-
findView
-