public interface LightboxService
LightboxService
makes sure that access to the respective
user lightboxes is possible.Modifier and Type | Method and Description |
---|---|
Lightbox |
getLightbox(Session userSession)
Returns the
Lightbox of the respective user (userSession). |
Lightbox |
getLightbox(Session session,
java.lang.String resourcePath)
Returns the
Lightbox containing resource located at resourcePath. |
Lightbox getLightbox(Session userSession)
Lightbox
of the respective user (userSession).userSession
- user sessionLightbox
Lightbox getLightbox(Session session, java.lang.String resourcePath)
Lightbox
containing resource located at resourcePath.
It returns null if resource is not found or resource is not contained
within lightbox.session
- jcr sessionresourcePath
- path of the resourceLightbox
or null"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"