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-sitegraph-plugin-2.5.31.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.Main.class - [JAR]
org.apache.struts2.sitegraph.renderers
├─ org.apache.struts2.sitegraph.renderers.DOTRenderer.class - [JAR]
org.apache.struts2.sitegraph.model
├─ org.apache.struts2.sitegraph.model.ActionNode.class - [JAR]
├─ org.apache.struts2.sitegraph.model.Graph.class - [JAR]
├─ org.apache.struts2.sitegraph.model.IndentWriter.class - [JAR]
├─ org.apache.struts2.sitegraph.model.Link.class - [JAR]
├─ org.apache.struts2.sitegraph.model.Render.class - [JAR]
├─ org.apache.struts2.sitegraph.model.SiteGraphNode.class - [JAR]
├─ org.apache.struts2.sitegraph.model.SubGraph.class - [JAR]
├─ org.apache.struts2.sitegraph.model.ViewNode.class - [JAR]
org.apache.struts2.sitegraph.entities
├─ org.apache.struts2.sitegraph.entities.FileBasedView.class - [JAR]
├─ org.apache.struts2.sitegraph.entities.FreeMarkerView.class - [JAR]
├─ org.apache.struts2.sitegraph.entities.JspView.class - [JAR]
├─ org.apache.struts2.sitegraph.entities.Target.class - [JAR]
├─ org.apache.struts2.sitegraph.entities.VelocityView.class - [JAR]
├─ org.apache.struts2.sitegraph.entities.View.class - [JAR]
org.apache.struts2.sitegraph
├─ org.apache.struts2.sitegraph.SiteGraph.class - [JAR]
├─ org.apache.struts2.sitegraph.StrutsConfigRetriever.class - [JAR]