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 bonita-web-extensions-8.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bonitasoft.web.extension.rest
├─ org.bonitasoft.web.extension.rest.RestAPIContext.class - [JAR]
├─ org.bonitasoft.web.extension.rest.RestApiController.class - [JAR]
├─ org.bonitasoft.web.extension.rest.RestApiResponse.class - [JAR]
├─ org.bonitasoft.web.extension.rest.RestApiResponseBuilder.class - [JAR]
org.bonitasoft.web.extension
├─ org.bonitasoft.web.extension.ResourceProvider.class - [JAR]
org.bonitasoft.web.extension.page
├─ org.bonitasoft.web.extension.page.PageContext.class - [JAR]
├─ org.bonitasoft.web.extension.page.PageController.class - [JAR]
├─ org.bonitasoft.web.extension.page.PageResourceProvider.class - [JAR]