Uses of Class
org.jgrapes.webconsole.base.events.ConletResourceRequest
Packages that use 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
Methods in org.jgrapes.webconsole.base with parameters of type ConletResourceRequestModifier and TypeMethodDescriptionprotected voidAbstractConlet.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 itsURLas result if found.final voidAbstractConlet.onConletResourceRequest(ConletResourceRequest event, IOSubchannel channel) A default handler for resource requests. -
Uses of ConletResourceRequest in org.jgrapes.webconsole.base.freemarker
Methods in org.jgrapes.webconsole.base.freemarker with parameters of type ConletResourceRequestModifier and TypeMethodDescriptionprotected voidFreeMarkerConlet.doGetResource(ConletResourceRequest event, IOSubchannel channel) Checks if the path of the requested resource ends with*.ftl.*.