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 struts-extras-1.3.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.struts.plugins
├─ org.apache.struts.plugins.DigestingPlugIn.class - [JAR]
├─ org.apache.struts.plugins.ModuleConfigVerifier.class - [JAR]
org.apache.struts.validator
├─ org.apache.struts.validator.DynaValidatorActionForm.class - [JAR]
├─ org.apache.struts.validator.ValidatorActionForm.class - [JAR]
org.apache.struts.actions
├─ org.apache.struts.actions.ActionDispatcher.class - [JAR]
├─ org.apache.struts.actions.BaseAction.class - [JAR]
├─ org.apache.struts.actions.DispatchAction.class - [JAR]
├─ org.apache.struts.actions.DownloadAction.class - [JAR]
├─ org.apache.struts.actions.EventActionDispatcher.class - [JAR]
├─ org.apache.struts.actions.EventDispatchAction.class - [JAR]
├─ org.apache.struts.actions.ForwardAction.class - [JAR]
├─ org.apache.struts.actions.IncludeAction.class - [JAR]
├─ org.apache.struts.actions.LocaleAction.class - [JAR]
├─ org.apache.struts.actions.LookupDispatchAction.class - [JAR]
├─ org.apache.struts.actions.MappingDispatchAction.class - [JAR]
├─ org.apache.struts.actions.SwitchAction.class - [JAR]