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 org.springframework.roo.addon.web.mvc.views-2.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.roo.addon.web.mvc.views
├─ org.springframework.roo.addon.web.mvc.views.AbstractViewGenerationService.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.AbstractViewGeneratorMetadataProvider.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.AbstractViewMetadata.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.MVCViewGenerationService.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.ViewCommands.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.ViewContext.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.ViewOperations.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.ViewOperationsImpl.class - [JAR]
org.springframework.roo.addon.web.mvc.views.components
├─ org.springframework.roo.addon.web.mvc.views.components.DetailEntityItem.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.components.EntityItem.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.components.FieldItem.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.components.FieldTypes.class - [JAR]
├─ org.springframework.roo.addon.web.mvc.views.components.MenuEntry.class - [JAR]
org.springframework.roo.addon.web.mvc.views.template.engines
├─ org.springframework.roo.addon.web.mvc.views.template.engines.AbstractFreeMarkerViewGenerationService.class - [JAR]