Class IResource.Attributes

java.lang.Object
org.apache.wicket.request.resource.IResource.Attributes
Enclosing interface:
IResource

public static class IResource.Attributes extends Object
Attributes that are provided to resource in the IResource.respond(Attributes) method. Attributes are set by the ResourceRequestHandler.
Author:
Matej Knopp
  • Constructor Details

  • Method Details

    • getRequest

      public Request getRequest()
      Returns current request.
      Returns:
      current request
    • getResponse

      Returns current response. The resource must write output to the response.
      Returns:
      response
    • getParameters

      Returns additional parameters extracted from the request. If resource is created mounted ResourceReference, this method returns all (indexed and query) parameters after the mount path. For non mounted ResourceReferences this method will only return the query parameters. For component specific resources the behavior depends on the component.
      Returns:
      page parameters or null