jar

org.apache.sling : org.apache.sling.jcr.classloader

Maven & Gradle

Dec 03, 2018
8 usages

Apache Sling JCR ClassLoader · This bundle provides a classloader for the Apache Sling Commons dynamic classloader. The classloader provided supports loading classes from a JCR repository at configured paths. This bundle also implements a class writer which allows to store compiled classes (like compiled JSPs etc.) in the repository.

Table Of Contents

Latest Version

Download org.apache.sling : org.apache.sling.jcr.classloader JAR file - Latest Versions:

All Versions

Download org.apache.sling : org.apache.sling.jcr.classloader JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2.x
3.1.x
3.0.x
2.0.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 org.apache.sling.jcr.classloader-3.2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.sling.jcr.classloader.internal

├─ org.apache.sling.jcr.classloader.internal.ClassLoaderWriterImpl.class - [JAR]

├─ org.apache.sling.jcr.classloader.internal.RepositoryClassLoader.class - [JAR]

├─ org.apache.sling.jcr.classloader.internal.Util.class - [JAR]

org.apache.sling.jcr.classloader.internal.net

├─ org.apache.sling.jcr.classloader.internal.net.JCRURLConnection.class - [JAR]

├─ org.apache.sling.jcr.classloader.internal.net.JCRURLHandler.class - [JAR]