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 beangle-struts-s1-3.10.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.beangle.struts1.dispatch
├─ org.beangle.struts1.dispatch.Action.class - [JAR]
├─ org.beangle.struts1.dispatch.Conventions.class - [JAR]
├─ org.beangle.struts1.dispatch.DispatchUtils.class - [JAR]
├─ org.beangle.struts1.dispatch.MatchInfo.class - [JAR]
├─ org.beangle.struts1.dispatch.Profile.class - [JAR]
org.beangle.struts1.action
├─ org.beangle.struts1.action.BaseAction.class - [JAR]
├─ org.beangle.struts1.action.DispatchAction.class - [JAR]
├─ org.beangle.struts1.action.ExampleAction.class - [JAR]
org.beangle.struts1.support
├─ org.beangle.struts1.support.DelegatingRequestProcessor.class - [JAR]
├─ org.beangle.struts1.support.ForwardSupport.class - [JAR]
├─ org.beangle.struts1.support.ImporterServletSupport.class - [JAR]
├─ org.beangle.struts1.support.QueryRequestSupport.class - [JAR]
├─ org.beangle.struts1.support.StrutsMessageResource.class - [JAR]