Uses of Class
org.jgrapes.webconsole.base.events.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
ModifierConstructorDescriptionResourceByGenerator
(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
Modifier 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.ModifierConstructorDescriptionResourceRequestCompleted
(ResourceRequest monitoredEvent, Channel... channels) Instantiates a new event.