jar

com.github.henkexbg : gallery-api

Maven & Gradle

Nov 06, 2022
1 usages
3 stars

Gallery API · REST Webapp in Java for viewing a gallery of images and videos. Image rescaling as well as video transcoding is performed based on request parameters. No UI included. Purely API-based. Authentication via HTTP basic auth (per default). Supports different user roles.

Table Of Contents

Latest Version

Download com.github.henkexbg : gallery-api JAR file - Latest Versions:

All Versions

Download com.github.henkexbg : gallery-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x
0.8.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gallery-api-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

BOOT-INF.classes.com.github.henkexbg.gallery.controller.exception

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.exception.RangeException.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.exception.ResourceNotFoundException.class - [JAR]

org.springframework.boot.loader.archive

├─ org.springframework.boot.loader.archive.Archive.class - [JAR]

├─ org.springframework.boot.loader.archive.ExplodedArchive.class - [JAR]

├─ org.springframework.boot.loader.archive.JarFileArchive.class - [JAR]

org.springframework.boot.loader

├─ org.springframework.boot.loader.ClassPathIndexFile.class - [JAR]

├─ org.springframework.boot.loader.ExecutableArchiveLauncher.class - [JAR]

├─ org.springframework.boot.loader.JarLauncher.class - [JAR]

├─ org.springframework.boot.loader.LaunchedURLClassLoader.class - [JAR]

├─ org.springframework.boot.loader.Launcher.class - [JAR]

├─ org.springframework.boot.loader.MainMethodRunner.class - [JAR]

├─ org.springframework.boot.loader.PropertiesLauncher.class - [JAR]

├─ org.springframework.boot.loader.WarLauncher.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.service.impl

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.GalleryAuthorizationServiceSSImpl.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.GalleryRootDirConfigJob.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.GalleryServiceImpl.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.ImageResizeServiceIMImpl.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.ImageResizeServiceImpl.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.VideoBatchConversionJob.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.impl.VideoConversionServiceImpl.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery

├─ BOOT-INF.classes.com.github.henkexbg.gallery.Application.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.service

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.GalleryAuthorizationService.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.GalleryRootDirChangeListener.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.GalleryService.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.ImageResizeService.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.VideoConversionService.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.controller.model

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.model.GalleryDirectoryHolder.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.model.GalleryError.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.model.GalleryFileHolder.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.model.ImageFormat.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.model.ListingContext.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.service.exception

├─ BOOT-INF.classes.com.github.henkexbg.gallery.service.exception.NotAllowedException.class - [JAR]

org.springframework.boot.loader.jar

├─ org.springframework.boot.loader.jar.AbstractJarFile.class - [JAR]

├─ org.springframework.boot.loader.jar.AsciiBytes.class - [JAR]

├─ org.springframework.boot.loader.jar.Bytes.class - [JAR]

├─ org.springframework.boot.loader.jar.CentralDirectoryEndRecord.class - [JAR]

├─ org.springframework.boot.loader.jar.CentralDirectoryFileHeader.class - [JAR]

├─ org.springframework.boot.loader.jar.CentralDirectoryParser.class - [JAR]

├─ org.springframework.boot.loader.jar.CentralDirectoryVisitor.class - [JAR]

├─ org.springframework.boot.loader.jar.FileHeader.class - [JAR]

├─ org.springframework.boot.loader.jar.Handler.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntry.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntryCertification.class - [JAR]

├─ org.springframework.boot.loader.jar.JarEntryFilter.class - [JAR]

├─ org.springframework.boot.loader.jar.JarFile.class - [JAR]

├─ org.springframework.boot.loader.jar.JarFileEntries.class - [JAR]

├─ org.springframework.boot.loader.jar.JarFileWrapper.class - [JAR]

├─ org.springframework.boot.loader.jar.JarURLConnection.class - [JAR]

├─ org.springframework.boot.loader.jar.StringSequence.class - [JAR]

├─ org.springframework.boot.loader.jar.ZipInflaterInputStream.class - [JAR]

org.springframework.boot.loader.data

├─ org.springframework.boot.loader.data.RandomAccessData.class - [JAR]

├─ org.springframework.boot.loader.data.RandomAccessDataFile.class - [JAR]

org.springframework.boot.loader.util

├─ org.springframework.boot.loader.util.SystemPropertyUtils.class - [JAR]

org.springframework.boot.loader.jarmode

├─ org.springframework.boot.loader.jarmode.JarMode.class - [JAR]

├─ org.springframework.boot.loader.jarmode.JarModeLauncher.class - [JAR]

├─ org.springframework.boot.loader.jarmode.TestJarMode.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.bean

├─ BOOT-INF.classes.com.github.henkexbg.gallery.bean.GalleryDirectory.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.bean.GalleryFile.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.bean.GalleryRootDir.class - [JAR]

BOOT-INF.classes.com.github.henkexbg.gallery.controller

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.ErrorController.class - [JAR]

├─ BOOT-INF.classes.com.github.henkexbg.gallery.controller.GalleryController.class - [JAR]

Advertisement

Dependencies from Group

Nov 06, 2022
1 usages
3 stars
Aug 30, 2020
0 stars

Discover Dependencies

Feb 02, 2017
1 usages
10 stars
Feb 02, 2017
1 usages
10 stars
Jul 06, 2017
1 usages
10 stars
Jul 06, 2017
1 usages
10 stars
Aug 28, 2017
2 usages
322 stars
Feb 27, 2017
1 usages
2 stars
May 14, 2019
1 usages
1 stars
Aug 12, 2020
1 usages
71 stars
Mar 11, 2017
1 usages