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 appng-forms-1.24.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appng.forms
├─ org.appng.forms.FormUpload.class - [JAR]
├─ org.appng.forms.FormUploadValidator.class - [JAR]
├─ org.appng.forms.Request.class - [JAR]
├─ org.appng.forms.RequestContainer.class - [JAR]
├─ org.appng.forms.XSSUtil.class - [JAR]
org.appng.el
├─ org.appng.el.ExpressionEvaluator.class - [JAR]
├─ org.appng.el.VariableMapper.class - [JAR]
org.appng.forms.impl
├─ org.appng.forms.impl.FormUploadBean.class - [JAR]
├─ org.appng.forms.impl.RequestBean.class - [JAR]