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 wavemaker-app-runtime-prefab-11.3.6.ee.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wavemaker.runtime.prefab.config
├─ com.wavemaker.runtime.prefab.config.PrefabServletConfig.class - [JAR]
├─ com.wavemaker.runtime.prefab.config.PrefabsConfig.class - [JAR]
com.wavemaker.runtime.prefab.util
├─ com.wavemaker.runtime.prefab.util.PrefabConstants.class - [JAR]
├─ com.wavemaker.runtime.prefab.util.PrefabUtils.class - [JAR]
├─ com.wavemaker.runtime.prefab.util.Utils.class - [JAR]
com.wavemaker.runtime.prefab.event
├─ com.wavemaker.runtime.prefab.event.PrefabEvent.class - [JAR]
├─ com.wavemaker.runtime.prefab.event.PrefabsLoadedEvent.class - [JAR]
├─ com.wavemaker.runtime.prefab.event.PrefabsUnloadedEvent.class - [JAR]
com.wavemaker.runtime.prefab.context
├─ com.wavemaker.runtime.prefab.context.PrefabThreadLocalContextManager.class - [JAR]
├─ com.wavemaker.runtime.prefab.context.PrefabWebApplicationContext.class - [JAR]
com.wavemaker.runtime.prefab.web
├─ com.wavemaker.runtime.prefab.web.PrefabAwareHttpRequestWrapper.class - [JAR]
├─ com.wavemaker.runtime.prefab.web.PrefabControllerServlet.class - [JAR]
com.wavemaker.runtime.prefab.impl
├─ com.wavemaker.runtime.prefab.impl.PrefabFactoryImpl.class - [JAR]
├─ com.wavemaker.runtime.prefab.impl.PrefabInstallerImpl.class - [JAR]
├─ com.wavemaker.runtime.prefab.impl.PrefabLoaderImpl.class - [JAR]
├─ com.wavemaker.runtime.prefab.impl.PrefabManagerImpl.class - [JAR]
├─ com.wavemaker.runtime.prefab.impl.PrefabRegistryImpl.class - [JAR]
com.wavemaker.runtime.prefab.core
├─ com.wavemaker.runtime.prefab.core.Prefab.class - [JAR]
├─ com.wavemaker.runtime.prefab.core.PrefabFactory.class - [JAR]
├─ com.wavemaker.runtime.prefab.core.PrefabInstaller.class - [JAR]
├─ com.wavemaker.runtime.prefab.core.PrefabLoader.class - [JAR]
├─ com.wavemaker.runtime.prefab.core.PrefabManager.class - [JAR]
├─ com.wavemaker.runtime.prefab.core.PrefabRegistry.class - [JAR]