Uses of Class
org.jgrapes.webconsole.base.events.NotifyConletModel
Package
Description
A web console component for displaying markdown text in a web console.
This package provides an OIDC login conlet (with fallback to password
login).
A web console component for displaying system information in
a web console.
Provides the components for building web consoles based on the
core, io and http packages.
Classes for implementing a freemarker based web console component.
-
Uses of NotifyConletModel in org.jgrapes.webconlet.examples.helloworld
Modifier and TypeMethodDescriptionprotected void
HelloWorldConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection channel, HelloWorldConlet.HelloWorldModel conletModel) -
Uses of NotifyConletModel in org.jgrapes.webconlet.jmxbrowser
Modifier and TypeMethodDescriptionprotected void
JmxBrowserConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection channel, Serializable conletModel) -
Uses of NotifyConletModel in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionprotected void
LoginConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection connection, LoginConlet.AccountModel model) -
Uses of NotifyConletModel in org.jgrapes.webconlet.logviewer
Modifier and TypeMethodDescriptionprotected void
LogViewerConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection channel, Serializable conletState) -
Uses of NotifyConletModel in org.jgrapes.webconlet.markdowndisplay
Modifier and TypeMethodDescriptionprotected void
MarkdownDisplayConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection connection, MarkdownDisplayConlet.MarkdownDisplayModel conletState) -
Uses of NotifyConletModel in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionprotected void
LoginConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection connection, LoginConlet.AccountModel model) -
Uses of NotifyConletModel in org.jgrapes.webconlet.sysinfo
Modifier and TypeMethodDescriptionprotected void
SysInfoConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection connection, SysInfoConlet.SysInfoModel conletState) -
Uses of NotifyConletModel in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionprotected void
AbstractConlet.doUpdateConletState
(NotifyConletModel event, ConsoleConnection channel, S conletState) Called byAbstractConlet.onNotifyConletModel(org.jgrapes.webconsole.base.events.NotifyConletModel, org.jgrapes.webconsole.base.ConsoleConnection)
to complete handling the notification.final void
AbstractConlet.onNotifyConletModel
(NotifyConletModel event, ConsoleConnection connection) -
Uses of NotifyConletModel in org.jgrapes.webconsole.base.freemarker
Modifier and TypeMethodDescriptionFreeMarkerConlet.fmModel
(NotifyConletModel event, ConsoleConnection channel, String conletId, Object conletState)