Interface IResource
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,java.io.Serializable
- All Known Subinterfaces:
IStaticCacheableResource
- All Known Implementing Classes:
AbstractResource,BaseDataResource,BlobImageResource,BufferedDynamicImageResource,ByteArrayResource,CharSequenceResource,ConcatBundleResource,ContextRelativeResource,CssPackageResource,DefaultButtonImageResource,DynamicImageResource,FileSystemResource,JavaScriptPackageResource,PackageResource,RenderedDynamicImageResource,ResourceStreamResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IResource extends org.apache.wicket.util.io.IClusterableResource is an object capable of writing output to response.- Author:
- Matej Knopp
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResource.AttributesAttributes that are provided to resource in therespond(Attributes)method.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrespond(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-
-
-