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 SummaryFields inherited from class com.inductiveautomation.perspective.gateway.session.MessageProtocolDispatcherhandlers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.MessageProtocolDispatcherhandles, onFatalError, onFatalError, register, trySend, trySend, trySendInternal
- 
Constructor Details- 
Handlers
 
- 
- 
Method Details- 
receive- Overrides:
- receivein class- MessageProtocolDispatcher
 
- 
operateOnSession
- 
operateOnPage
- 
operateOnView
- 
findView
 
-