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-api-2.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.struts2
├─ org.apache.struts2.Action.class - [JAR]
├─ org.apache.struts2.MessageAware.class - [JAR]
├─ org.apache.struts2.Messages.class - [JAR]
├─ org.apache.struts2.ResultNames.class - [JAR]
├─ org.apache.struts2.Validatable.class - [JAR]
org.apache.struts2.servlet
├─ org.apache.struts2.servlet.ParameterAware.class - [JAR]
├─ org.apache.struts2.servlet.ServletRequestAware.class - [JAR]
├─ org.apache.struts2.servlet.ServletResponseAware.class - [JAR]
org.apache.struts2.spi
├─ org.apache.struts2.spi.ActionContext.class - [JAR]
├─ org.apache.struts2.spi.Interceptor.class - [JAR]
├─ org.apache.struts2.spi.RequestContext.class - [JAR]
├─ org.apache.struts2.spi.RequestContextAware.class - [JAR]
├─ org.apache.struts2.spi.Result.class - [JAR]
├─ org.apache.struts2.spi.ValueStack.class - [JAR]