Module org.apache.wicket.core
Package org.apache.wicket.request.resource
package org.apache.wicket.request.resource
-
ClassDescriptionConvenience resource implementation.All available content range types.Represents data used to configure response and write resource data.Callback invoked when resource data needs to be written to response.An abstract resource that can deliver static data - passed to the constructor, or dynamic - returned by
BaseDataResource.getData(org.apache.wicket.request.resource.IResource.Attributes)
AnIResource
for byte arrays.AnIResource
for CharSequences.Represents content disposition of a resourceResource served from a file relative to the context root.This is a ResourceReference to handle context-relative resources such as js, css and picture files placed in a folder on the context root (ex: '/css/coolTheme.css').Package resource for css files.Static resource reference for css resources.Base class for dynamically generated ImageResources.Resource is an object capable of writing output to response.Attributes that are provided to resource in theIResource.respond(Attributes)
method.Used to create a ResourceReference for a given request attributesPackage resource for javascript files.Static resource reference for javascript resources.Resource reference for static files.Represents a localizable static resource.Exception thrown when the creation of a package resource is not allowed.This is a ResourceReference that knows how to find and serve resources located in the Java package (i.e. next to the class files).Used to read a part of an input stream and writes it to the output stream of the response taken from attributes inPartWriterCallback.writeData(org.apache.wicket.request.resource.IResource.Attributes)
method.Reference to a resource.A (re-usable) data store for all relevant ResourceReference dataAllows to register and lookupResourceReference
s per Application.A simple implementation ofIResourceReferenceFactory
that createsPackageResourceReference
Aresource
that loads its data fromIResourceStream
AResourceReference
which should be used to lookup aIResource
from the globally registered ones (also known as application shared resources).A ResourceReference that can be used to point to a resource by using an Url.