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 struts2-osgi-plugin-6.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.struts2.osgi.action
├─ org.apache.struts2.osgi.action.BundleContextAware.class - [JAR]
├─ org.apache.struts2.osgi.action.ServiceAware.class - [JAR]
org.apache.struts2.osgi.loaders
├─ org.apache.struts2.osgi.loaders.FreeMarkerBundleResourceLoader.class - [JAR]
├─ org.apache.struts2.osgi.loaders.StaticContentBundleResourceLoader.class - [JAR]
├─ org.apache.struts2.osgi.loaders.VelocityBundleResourceLoader.class - [JAR]
org.apache.struts2.osgi.interceptor
├─ org.apache.struts2.osgi.interceptor.BundleContextAware.class - [JAR]
├─ org.apache.struts2.osgi.interceptor.OsgiInterceptor.class - [JAR]
├─ org.apache.struts2.osgi.interceptor.ServiceAware.class - [JAR]
org.apache.struts2.osgi.host
├─ org.apache.struts2.osgi.host.BaseOsgiHost.class - [JAR]
├─ org.apache.struts2.osgi.host.FelixOsgiHost.class - [JAR]
├─ org.apache.struts2.osgi.host.GlassfishOSGiHost.class - [JAR]
├─ org.apache.struts2.osgi.host.OsgiHost.class - [JAR]
org.apache.struts2.osgi
├─ org.apache.struts2.osgi.BundleAccessor.class - [JAR]
├─ org.apache.struts2.osgi.BundleClassLoaderInterface.class - [JAR]
├─ org.apache.struts2.osgi.BundleFreemarkerManager.class - [JAR]
├─ org.apache.struts2.osgi.BundlePackageLoader.class - [JAR]
├─ org.apache.struts2.osgi.DefaultBundleAccessor.class - [JAR]
├─ org.apache.struts2.osgi.DelegatingObjectFactory.class - [JAR]
├─ org.apache.struts2.osgi.OsgiConfigurationProvider.class - [JAR]
├─ org.apache.struts2.osgi.OsgiHostFactory.class - [JAR]
├─ org.apache.struts2.osgi.OsgiUtil.class - [JAR]
├─ org.apache.struts2.osgi.PackageLoader.class - [JAR]
├─ org.apache.struts2.osgi.SpringOsgiObjectFactory.class - [JAR]
├─ org.apache.struts2.osgi.StrutsOsgiListener.class - [JAR]