Uses of Class
org.jgrapes.webconsole.base.events.ResourceRequest
Packages that use ResourceRequest
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.
-
Uses of ResourceRequest in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base that return ResourceRequestConstructors in org.jgrapes.webconsole.base with parameters of type ResourceRequestModifierConstructorDescriptionResourceByGenerator
(ResourceRequest request, ResourceByGenerator.Generator generator, org.jdrupes.httpcodec.types.MediaType mediaType, Instant lastModifiedAt, int maxAge) Instantiates a result that is provided by anOutputStream
.ResourceByInputStream
(ResourceRequest request, InputStream stream, org.jdrupes.httpcodec.types.MediaType mediaType, Instant lastModifiedAt, int maxAge) Instantiates a result that is provided by anOutputStream
.ResourceByProducer
(ResourceRequest request, ResourceByProducer.ContentProducer contentProducer, org.jdrupes.httpcodec.types.MediaType mediaType, Instant lastModifiedAt, int maxAge) Instantiates a result that is provided by aResourceByProducer.ContentProducer
.ResourceByUrl
(ResourceRequest request, URL resourceUrl) Instantiates a new result represented by aURL
.ResourceNotModified
(ResourceRequest request, Instant lastModifiedAt, int maxAge) Creates a new instance.ResourceProvided
(ResourceRequest request) Creates a new instance.ResourceResult
(ResourceRequest request) Instantiates a new resource result. -
Uses of ResourceRequest in org.jgrapes.webconsole.base.events
Subclasses of ResourceRequest in org.jgrapes.webconsole.base.eventsModifier and TypeClassDescriptionclass
An event that signals the request of a resource by the web console (browser).class
An event that signals the request of a resource that is to be added to the<head>
section of the page.Constructors in org.jgrapes.webconsole.base.events with parameters of type ResourceRequestModifierConstructorDescriptionResourceRequestCompleted
(ResourceRequest monitoredEvent, Channel... channels) Instantiates a new event.