Uses of Class
org.jgrapes.webconsole.base.events.RenderConletRequestBase
Packages that use 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
Methods in org.jgrapes.webconlet.examples.formtest with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> FormTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.examples.helloworld
Methods in org.jgrapes.webconlet.examples.helloworld with parameters of type RenderConletRequestBaseModifier 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
Methods in org.jgrapes.webconlet.examples.styletest with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> StyleTestConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.jmxbrowser
Methods in org.jgrapes.webconlet.jmxbrowser with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> JmxBrowserConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.locallogin
Methods in org.jgrapes.webconlet.locallogin with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.logviewer
Methods in org.jgrapes.webconlet.logviewer with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LogViewerConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.markdowndisplay
Methods in org.jgrapes.webconlet.markdowndisplay with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MarkdownDisplayConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection consoleConnection, String conletId, MarkdownDisplayConlet.MarkdownDisplayModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.messagebox
Methods in org.jgrapes.webconlet.messagebox with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> MessageBoxConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, Serializable conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.oidclogin
Methods in org.jgrapes.webconlet.oidclogin with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> LoginConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection channel, String conletId, LoginConlet.AccountModel model) -
Uses of RenderConletRequestBase in org.jgrapes.webconlet.sysinfo
Methods in org.jgrapes.webconlet.sysinfo with parameters of type RenderConletRequestBaseModifier and TypeMethodDescriptionprotected Set
<Conlet.RenderMode> SysInfoConlet.doRenderConlet
(RenderConletRequestBase<?> event, ConsoleConnection connection, String conletId, SysInfoConlet.SysInfoModel conletState) -
Uses of RenderConletRequestBase in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base with parameters of type RenderConletRequestBaseModifier 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
Subclasses of RenderConletRequestBase in org.jgrapes.webconsole.base.eventsModifier 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
Methods in org.jgrapes.webconsole.base.freemarker with parameters of type RenderConletRequestBaseModifier 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.