Uses of Class
org.jgrapes.webconsole.base.events.ConletResourceRequest
Package
Description
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 ConletResourceRequest in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionprotected void
AbstractConlet.doGetResource
(ConletResourceRequest event, IOSubchannel channel) The default implementation searches for a file with the requested resource URI in the web console component’s class path and sets itsURL
as result if found.final void
AbstractConlet.onConletResourceRequest
(ConletResourceRequest event, IOSubchannel channel) A default handler for resource requests. -
Uses of ConletResourceRequest in org.jgrapes.webconsole.base.freemarker
Modifier and TypeMethodDescriptionprotected void
FreeMarkerConlet.doGetResource
(ConletResourceRequest event, IOSubchannel channel) Checks if the path of the requested resource ends with*.ftl.*
.