org.apache.wicket.request.resource
Interface IResource

All Superinterfaces:
IClusterable, java.io.Serializable
All Known Subinterfaces:
IStaticCacheableResource
All Known Implementing Classes:
AbstractResource, BlobImageResource, BufferedDynamicImageResource, ByteArrayResource, CaptchaImageResource, ContextRelativeResource, CssPackageResource, DefaultButtonImageResource, DynamicImageResource, JavaScriptPackageResource, MergedResourcesResource, PackageResource, RenderedDynamicImageResource, ResourceStreamResource, ThumbnailImageResource

public interface IResource
extends IClusterable

Resource is an object capable of writing output to response.

Author:
Matej Knopp

Nested Class Summary
static class IResource.Attributes
          Attributes that are provided to resource in the respond(Attributes) method.
 
Method Summary
 void respond(IResource.Attributes attributes)
          Renders this resource to response using the provided attributes.
 

Method Detail

respond

void respond(IResource.Attributes attributes)
Renders this resource to response using the provided attributes.

Parameters:
attributes -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.