Uses of Class
org.jgrapes.webconsole.base.events.RenderConletRequestBase
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.
The events used by the web console related components.
Classes for implementing a freemarker based web console component.
-
Uses of RenderConletRequestBase in org.jgrapes.webconlet.examples.formtest
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> FormTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.examples.helloworld
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> HelloWorldConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, HelloWorldConlet.HelloWorldModel conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.examples.styletest
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> StyleTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.jmxbrowser
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> JmxBrowserConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.locallogin
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.logviewer
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LogViewerConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.markdowndisplay
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MarkdownDisplayConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection consoleConnection, String conletId, MarkdownDisplayConlet.MarkdownDisplayModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.messagebox
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MessageBoxConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.sysinfo
Modifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> SysInfoConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection connection, String conletId, SysInfoConlet.SysInfoModel conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionprotected abstract Set
<Conlet.RenderMode> AbstractConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, S conletState) Called byAbstractConlet.onAddConletRequest(AddConletRequest, ConsoleConnection)
andAbstractConlet.onRenderConletRequest(RenderConletRequest, ConsoleConnection)
to complete rendering the web console component.AbstractConlet.readContent
(RenderConletRequestBase<?> request, Reader contentReader) Returns a future string providing the result from reading everything from the provided reader. -
Uses of RenderConletRequestBase in org.jgrapes.webconsole.base.events
Modifier and TypeClassDescriptionclass
Sent to the console (server) if a new web console component instance of a given type should be added to the web console page.class
Sent to the web console (server) if an existing web console component instance should be updated. -
Uses of RenderConletRequestBase in org.jgrapes.webconsole.base.freemarker
Modifier and TypeMethodDescriptionFreeMarkerConlet.fmModel
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Object conletState) FreeMarkerConlet.processTemplate
(RenderConletRequestBase<?> request, Template template, Object dataModel) Returns a future string providing the result from processing the given template with the given data.