Class PageResourceRequest

All Implemented Interfaces:
Future<ResourceResult>, Associator, Eligible

An event that signals the request of a resource that is to be added to the <head> section of the page.

Requests for such resources are usually generated during web console boot. See the description of AddPageResources for details.

  • Constructor Details

    • PageResourceRequest

      public PageResourceRequest(URI resourceUri, Instant ifModifiedSince, org.jdrupes.httpcodec.protocols.http.HttpRequest httpRequest, IOSubchannel httpChannel, Session session, RenderSupport renderSupport)
      Creates a new request.
      Parameters:
      resourceUri - the requested resource
      httpRequest - the original HTTP request
      httpChannel - the channel that the HTTP request was received on
      renderSupport - the render support