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 framework-x-1.0-alpha-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.frameworkx.servlet
├─ com.frameworkx.servlet.Filter.class - [JAR]
├─ com.frameworkx.servlet.Listener.class - [JAR]
com.frameworkx
├─ com.frameworkx.AbstractApplication.class - [JAR]
├─ com.frameworkx.Plugin.class - [JAR]
├─ com.frameworkx.PoweredByPlugin.class - [JAR]
├─ com.frameworkx.RouteHandler.class - [JAR]
├─ com.frameworkx.StaticContentRouteHandler.class - [JAR]
com.frameworkx.mvc
├─ com.frameworkx.mvc.ContentResult.class - [JAR]
├─ com.frameworkx.mvc.Controller.class - [JAR]
├─ com.frameworkx.mvc.ControllerRouteHandler.class - [JAR]
├─ com.frameworkx.mvc.HttpMethod.class - [JAR]
├─ com.frameworkx.mvc.Result.class - [JAR]
├─ com.frameworkx.mvc.ViewResult.class - [JAR]