Package org.openxava.session
Class Gallery
java.lang.Object
org.openxava.session.Gallery
Manages an images gallery.
It's used to implement the stereotype IMAGES_GALLERY/GALERIA_IMAGENES.
It is in session package for historical reasons, it was a session object in its first incarnation.
- Author:
- Javier Paniza
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddImage(byte[] image) static GalleryvoidremoveImage(String oid)
-
Method Details
-
find
-
getImagesOids
-
addImage
public void addImage(byte[] image) -
removeImage
-