@Role
public interface ImageStorage
Modifier and Type | Method and Description |
---|---|
ImageData |
get(String id)
Retrieve the image with the given identifier.
|
void |
put(String id,
ImageData data)
Store the image under the given identifier.
|
Copyright © 2004–2021 XWiki. All rights reserved.