View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org-netbeans-modules-web-jsfapi-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.web.jsfapi.api
├─ org.netbeans.modules.web.jsfapi.api.Attribute.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.DefaultLibraryInfo.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.Function.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.JsfSupport.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.JsfUtils.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.Library.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.LibraryComponent.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.LibraryInfo.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.LibraryType.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.NamespaceUtils.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.Tag.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.api.TagFeature.class - [JAR]
org.netbeans.modules.web.jsfapi.spi
├─ org.netbeans.modules.web.jsfapi.spi.InputTextTagValueProvider.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.spi.JsfSupportHandle.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.spi.JsfSupportProvider.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.spi.LibraryUtils.class - [JAR]
├─ org.netbeans.modules.web.jsfapi.spi.TagFeatureProvider.class - [JAR]