Uses of Interface
org.jgrapes.webconsole.base.RenderSupport
Package
Description
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 RenderSupport in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionprotected RenderSupport
ConsoleWeblet.renderSupport()
Provides the render support. -
Uses of RenderSupport in org.jgrapes.webconsole.base.events
Modifier and TypeMethodDescriptionConletDeleted.renderSupport()
Returns the render support.ConsoleReady.renderSupport()
Returns the render support.NotifyConletModel.renderSupport()
Returns the render support.RenderConletRequestBase.renderSupport()
Returns the render support.ResourceRequest.renderSupport()
Returns the render support.SetLocale.renderSupport()
Returns the render support.Modifier and TypeMethodDescriptionAddConletType.addCss
(RenderSupport renderSupport, URI uri) Add the URI of a CSS resource that is to be added to the header section of the web console page.ModifierConstructorDescriptionAddConletRequest
(RenderSupport renderSupport, String conletType, Set<Conlet.RenderMode> renderModes) Creates a new event.AddConletRequest
(RenderSupport renderSupport, String conletType, Set<Conlet.RenderMode> renderModes, Map<?, ?> properties) Creates a new event.ConletDeleted
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes) Creates a new event.ConletDeleted
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes, Map<? extends Object, ? extends Object> properties) Creates a new event.ConletResourceRequest
(String conletType, URI resourceUri, Instant ifModifiedSince, org.jdrupes.httpcodec.protocols.http.HttpRequest httpRequest, IOSubchannel httpChannel, Session session, RenderSupport renderSupport) Creates a new request.ConsoleReady
(RenderSupport renderSupport) Creates a new event.NotifyConletModel
(RenderSupport renderSupport, String conletId, String method, Object[] params) Creates a new event.PageResourceRequest
(URI resourceUri, Instant ifModifiedSince, org.jdrupes.httpcodec.protocols.http.HttpRequest httpRequest, IOSubchannel httpChannel, Session session, RenderSupport renderSupport) Creates a new request.RenderConletRequest
(RenderSupport renderSupport, String conletId, Set<Conlet.RenderMode> renderModes) Creates a new request.RenderConletRequestBase
(RenderSupport renderSupport, Set<Conlet.RenderMode> renderAs) Creates a new event.ResourceRequest
(URI resourceUri, Instant ifModifiedSince, org.jdrupes.httpcodec.protocols.http.HttpRequest httpRequest, IOSubchannel httpChannel, Session session, RenderSupport renderSupport) Creates a new request, including the associatedResourceRequestCompleted
event.SetLocale
(RenderSupport renderSupport, Locale locale, boolean reload) Creates a new event. -
Uses of RenderSupport in org.jgrapes.webconsole.base.freemarker
Modifier and TypeMethodDescriptionFreeMarkerConlet.fmTypeModel
(RenderSupport renderSupport) Creates the request independent part of the freemarker model.